the date, time
2015/5/7, 8:00:00
2015/5/7, 10:00:00
2015/5/7, 11:00:00
Now hope that through SQLLDR combine these two fields and warehousing to table a datetime field, like the following effect
a datetime
2015/5/7 8:00:00
2015/5/7 10:00:00
2015/5/7 11:00:00
Considered write a function to call, but the function, need to hand in, the date and time as parameters and my date and time are not to go alone into the Treasury to a certain field, also is the value of their only exist in the data file, how to bring out the two values involved, without storing them to their respective occupies a field in the table?
CodePudding user response:
- there is no such import
- try this, no environment test, not necessarily line;
Column1 "to_date (: column1 | | column2, ' ' '- dd yyyy - mm hh24: mi: ss' ' ')",
Column2 filler
CodePudding user response: