In Stored Procedure there is comma seperated string(ID) is Used
How I can Use it in Where condition by Using "IN"
E.g If i get i/p Like '1,2,3,4,5' in variable
I want used that String like this
Select * from Table
Where ID IN(commaseperatedString);
Plz give Solution
Thanks,
Vivek