Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

extracting 24 hour timestramp from sysdate

109137Apr 17 2009 — edited Apr 17 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2009
Added on Apr 17 2009
18 comments
2,425 views