hi guys,
when i try this command:
import from test.txt of del modified by coldel0x09 dateformat="DD-MMM-YY" insert into stat_test
i always get the warning message:
---------------------
SQL3129W The date, time, or timestamp field containing "12-DEC-00" in row "5"
and column "35" was padded with blanks.
----------------------
because my file:test.txt contain one column(column "35") is like "12-DEC-00",
my question is how can i set dateformat to make my import operation be succeed?
Any response is greatly appreciated