select to_char(sysdate,'hh12:mi AM') "Date" from dual;
this is to return with minus option
select '-'||to_char(sysdate,'hh12:mi AM') "Date" from dual;
|
Results 1 to 4 of 4
Thread: SQL for TimeThreaded View
|
Click Here to Expand Forum to Full Width |