Systimestamp format
CharlovApr 6 2009 — edited Apr 6 2009Hi All,
I am trying the below
SELECT to_timestamp('02-12-09 12:12:35.1243', 'DD-MM-YY HH:MI:SS.FF4') FROM DUAL
This is working and is ok.
But it is not exactly what I need. I need to convert the following timestamp _'02-12-09 12:12:35.1243 AM'_
and
SELECT to_timestamp('02-12-09 12:12:35.1243 AM', 'DD-MM-YY HH:MI:SS.FF4') FROM DUAL
does not work._
Help :)