unable to compare date "ORA-01843: not a valid month"
985196Mar 11 2013 — edited Mar 11 2013Hello All,
I am trying to fire below query but it is failing with error. Please suggest.
SELECT column_name FROM table_name WHERE start_time < '01/01/2011 00:00:00 AM';
ORA-01843: not a valid month
In table the start_time is stored in 2/16/2013 8:31:01 PM format.
Regards,
Ankit
Edited by: 982193 on Mar 11, 2013 6:32 AM