How to update a column with timestamp with timezone?
11.2.0.2
Im trying this:
update neotest.receipt set tstransaction='1/01/1970 12:00:00,000000 AM +02:00' where tstransaction is NULL;
But it fails with:
ORA-01850:hour must be between 0 and 23
How can I update my column?
Regards
S
0