Hello,
I am new to stored procedure, i am passing one parameter to stored procedure (comma seperated). i want to know how to split this variable inside stored procedure.
- Sample :
-
-
Exec mystoreproc '1,2,3,4,5'
i want to split '1,2,3,4,5' in commas and to loop through these numbers.
how to do..???
Regards,
"D"