How to change date format with millisecond in Oracle8 [message #373641] |
Sat, 28 April 2001 03:08 |
liulianqing
Messages: 1 Registered: April 2001
|
Junior Member |
|
|
hello!
I want to import text format data into Oracle . The date column contains millisecond like '2001-04-28 14:20:25:123' .
I test following statement in sql*plus :
select to_date('2001-04-28 14:20:25:123','yyyy-mm-dd hh24:mi:ss:###') from dual ;
In Oracle7 it can convert and in Oracle8 it does not work .
How can i convert the string into date format in Oracle8 ?
Thanks!
|
|
|
|