Quote:
Originally Posted by donraja_ht
the date format is as follows 1/1/1900 9:00:00 AM
|
A "date" does not have a format. It is only formatted when it is displayed to the end-user (or are you really storing a date in a VARCHAR column?
Quote:
|
out of this i just need the time 9:00 as the output
|
See the manual for to_date()
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/functions180.htm#i1009324