extracting 24 hour timestramp from sysdate
109137Apr 17 2009 — edited Apr 17 2009Hi All,
I have some 24 hour times stored as strings in a table eg 16:00, 18:30 , 04:00 ect
I'm trying to extract the 24 timestamp from SYSDATE so that I can do a comparision such as:
IF (just need timestamp from sysdate in 24 hour format here) > TO_DATE(r.wave_finish_time,'HH24:MI') THEN...
ANy ideas on how to extract the timestamp from sysdate in 24 hour format?
Cheers in advance!
Regards
Sat