Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Formatting date in Multiload dd-mmm-yy - forum topic by rroy13

$
0
0

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: 

Viewing all articles
Browse latest Browse all 14773

Trending Articles