I have two tables:
Tabletemp:
Itemcode Barcode
---------------------------------------
100001 896633212,586231478
100002 639933212/236232369
100003 930933212 987232369 633214589
100004 940933212
and I want to insert the data into another table Tablebarcode
as following
ItemCode Barcode
---------------------
100001 896633212
100001 586231478
100002 639933212
100002 236232369
100003 930933212
100003 987232369
100003 633214589
100004 940933212