maxtektips6
Programmer
Hi,
How do i convert a string like 2007-14-11T11:45:47.0+0100 into a date ?
I've tried the follwoing:
How do i convert a string like 2007-14-11T11:45:47.0+0100 into a date ?
I've tried the follwoing:
Code:
SQL> select to_date(f1,'yyyy-dd-mmTHH24:MI:SS.S+0100') from mx_tmp;
select to_date(f1,'yyyy-dd-mmTHH24:MI:SS.S+0100') from mx_tmp
*
ERROR at line 1:
ORA-01821: date format not recognized