|
constantinos1987
Starting Member
25 Posts |
Posted - 2008-11-18 : 20:01:04
|
| i am trying to import some data to a new dbothe import file has 9 columns. i need only the 6 of themdeleting the columns 7,8 & 9 i have 6 columns but with a lot of duplicate records and it is a huge file..... for example....672935,54866,374,2,2004-02-27 17:06:00,True,0000000012558,1,1.49672935,54866,374,2,2004-02-27 17:06:00,True,0000000013142,1,1.1799999672935,54866,374,2,2004-02-27 17:06:00,True,0000000037239,1,1.38999672936,55123,374,1,2004-05-07 08:38:00,True,0000000002013,1,1.22672936,55123,374,1,2004-05-07 08:38:00,True,0000000003043,2,0.81999999672936,55123,374,1,2004-05-07 08:38:00,True,0000000022976,1,1.399999672936,55123,374,1,2004-05-07 08:38:00,True,0000000101276,1,1.600000672937,55724,374,2,2004-08-05 08:53:00,True,0000000001033,1,3.890000672937,55724,374,2,2004-08-05 08:53:00,True,0000000019220,1,5.129999after the delete....672935,54866,374,2,2004-02-27 17:06:00,True672935,54866,374,2,2004-02-27 17:06:00,True672935,54866,374,2,2004-02-27 17:06:00,True672936,55123,374,1,2004-05-07 08:38:00,True672936,55123,374,1,2004-05-07 08:38:00,True672936,55123,374,1,2004-05-07 08:38:00,True672936,55123,374,1,2004-05-07 08:38:00,True672937,55724,374,2,2004-08-05 08:53:00,True672937,55724,374,2,2004-08-05 08:53:00,Trueis there any way to fix this duplicate problem??? |
|