|
44443
Starting Member
10 Posts |
Posted - 06/06/2005 : 08:47:13
|
Guys I have exported data from a dump file. I have to now convert into our schema. I have following scenario which is stopping my conversion.
col1 col2 1000301619740214WDWARNTY 3016 2000301619740214000 3016 30003016WYSONG 3016 30003016WYSONG RTM 3016 50003016WYSONG 3016 6000301600050012001400CWEST 3016 6000301600050012001500CWEST 3016
1000301719740214WDWARNTY 3017 2000301719740214000 3017 30003017WYSONG2 3017
The problem is I have to place all the col1 values starting with 1, 2, 3 and having same values of col2 (in this case 3016, 3017) in single of row of new table.
I have tried using insert subquery with group by clause but it doesnt seem to solve the problem.
Any suggestions/insights would be helpful
Thanks
|
|