ORA-01850 hour must be between 0 and 23
Hi
Is it possible to insert the below record in a table
insert into datetest values(to_date('10/10/2007 24:00','dd/mm/yyyy hh24:mi'));
The datatype for a column in DATE..
While executing the above query i got the below error
ORA-01850..
Is it possible while issuing the above query will insert as 1 AM in the DB(Using query itself)
Thanks,