I have a SP in which I have a In clause like mentioned below value1 is a Int,Variable1 is varchar Suppose SP started Variable1=(value1,value2,value3)--getting from another table
Select * from tableA where Column1 in (Variable1).
The just above statement is not working ,needed a work around for this ,Please help