hi all,
i have string like '12,23,56,78' n 12,56,7' should insert every data insingle rows(cross join) using split funtion... So help me out how to do perform this function...
example
column name1 column name2
12 12
12 56
12 7
23 12
23 56
23 7
56 12
like this i need to insert the string
Thanx in advances