i have table in the following format
**id mobile landline**
x1 2,3,4 17,18
x2 4,5,6
x3 7,8,9 19
trying to insert the data in a table in the following table.
**id mobile landline**
x1 2 17
x1 3 18
x1 4
Please help.