I am using a multiload to insert and update rows in a table. The date on the input file is formatted as dd-mmm-yy, when I insert it into the table using
:date_field (DATE, FORMAT 'DD-MMM-YY')
after the insert is complete, the date is stored as 7/25/1913
How can I get the century to be 20?
Also, how would I do this as an update statement as well?
Thanks,
Roger
Forums: