![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi How can I extract time value from a date column in oracle. For example, I have a date column which stores date as 7/6/2006 1:21:00 PM. I want the value 1:21:00 PM Regards Pankaj The date is stored in 7 bytes. Just do to_char(the_date,'hh:mi:ss PM'). |
![]() |
| Thread Tools | |
| Display Modes | |
| |