|
sanjeevka08
Starting Member
India
11 Posts |
Posted - 10/05/2012 : 03:07:01
|
I have a split function that splits a string with limitter ','. i want to insert entry into table that contains 2 columns with one column id with same value and send column date with data returning from split function
for example..
consider table item
columns-id int, item varchar table must be like this in one insertion
id item 1 a 1 b 1 c 1 d
this a,b,c,d is returned by function split.. please give me a soluton |
|