Click here to Skip to main content
15,904,934 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi , i need to write a query to take data from one table and modify it and insert the values into another table.

eg. i have a table similar to the one below :

Col1 | Col2

3 2,3,4,5

I need the data to be inserted into the new table as :

Col1 | Col2

3 2
3 3
3 4
3 5


There are alot of rows and values. Any help would be appreciated. Thanks :-)
Posted

1 solution

 
Share this answer
 
Comments
Rico_ 20-Sep-11 7:53am    
great stuff... the supplied site has a link to another site which clarified the work. thanks for the speedy responce.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900