|
Trunc() funciton is to get date part without time from a date object. Is there any function to get Time part of the date object?
(comments are locked)
|
|
Use e.g.: Thanks a lot Andrew! Now I am able to extract time. But I have question, don't we have a function like Trunc() to get time part? Here do we need to use TO_CHAR() ? Thanks once again.
Dec 16 '09 at 02:30 PM
dbkid
Thank you Andrew.
Dec 16 '09 at 02:58 PM
dbkid
Sorry - the stuff I wrote about TRUNC() and strings was rubbish... its been a long day. I meant of course TRUNC() and numbers.
Dec 16 '09 at 03:10 PM
Andrew Mobbs
(comments are locked)
|
|
You can use extract() function also.
(comments are locked)
|

