Truncate the Table.
Input File - list2BeLoaded.txt
db2 "truncate analysis_LoadData IMMEDIATE" Connect to Database db2 connect to MDM user db2inst using password awk '{print $1","$1","$1}' UpdateList.txt > list2BeLoaded.txt |
Target Table - analysis_LoadData db2 import from list2BeLoaded.txt of del insert into analysis_LoadData
|
No comments:
Post a Comment