1
Answer

splitting a string

Hi,
I have a doubt.If i insert a value like this



'11,12|13,14|15,16'

it should save in the database table as follows


id value1 value2
1     11        12
2     13        14
3     15        16


how to achieve this please help me

Thanks in advance

Answers (1)