Hi all

I want to display the time with am and pm in it for sysdate.
Currently I am using "select to_char(sysdate,'hh:mi') from dual' which displays me hour and minutes but not the AM and PM . Can anyone let me know this ?

Amol