Get only time from to_date
756977Mar 28 2010 — edited Mar 29 2010I originally created a table value using:
to_date('2010/02/20:07:30:00AM', 'yyyy/mm/dd:hh:mi:ssam')
Now, I only want the time. How can I extract the time without the date?
Thanks,
Greg