문제

in csv file I have column, where are date's with diffrent format as below:

02/03/2014 00:10
1/02/2014 7:25:00
7/03/2013 8:30:00 PM

How to set up proper date into CTL file in SQL-LOADER?
column1 "to_date(:column1, 'DD/MM/YYYY HH24:MI:SS')"

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top