Iam trying to insert a record in a table using teradata sql assistant import option. This record in a file has date field in it and the number of columns values in the file match with the table structure.When i try to import
iam running to issue .It says something about the invalid data in the date field .Is there any way to do the date field import from the file?
I tried
insert into dbcname.tblname (?,?,?,?,?)
i've the date in 4th and 5th column
failed saying invalid date
iam running to issue .It says something about the invalid data in the date field .Is there any way to do the date field import from the file?
I tried
insert into dbcname.tblname (?,?,?,?,?)
i've the date in 4th and 5th column
failed saying invalid date