Hallo everyone,
I have a csv with a column with such entries:
+000005200.
+000002000.
+000003120.
+000003153.
...
...
These are already the datas (no more delimiters)
I want to load this csv file, therefore I created the table with such ddl for the column:
My question is:
will db2 automatically recognize and convert the entries appropiately as defined -decimal(9,0)- ??
Thanks for the help.
Regards,
Ratna
I have a csv with a column with such entries:
+000005200.
+000002000.
+000003120.
+000003153.
...
...
These are already the datas (no more delimiters)
I want to load this csv file, therefore I created the table with such ddl for the column:
Code:
columnName DECIMAL(9,0)
will db2 automatically recognize and convert the entries appropiately as defined -decimal(9,0)- ??
Thanks for the help.
Regards,
Ratna