Hi all,
I am pretty much new to DB2 platform and i have one query...
I have to import data of about 7 million rows into a Db2 table.
i am using the following import statement right now
db2 "import from file_name of del insert into table_name"
But i was told the default delimiter is Comman(,) ,the case here is i have a tab delimited Txt file.So can someone help me out with the correct import statement.
Also i need to commit after every 2000 records in the same import statement.
I am pretty much new to DB2 platform and i have one query...
I have to import data of about 7 million rows into a Db2 table.
i am using the following import statement right now
db2 "import from file_name of del insert into table_name"
But i was told the default delimiter is Comman(,) ,the case here is i have a tab delimited Txt file.So can someone help me out with the correct import statement.
Also i need to commit after every 2000 records in the same import statement.
Comment