Below code is throwing error
declare @test varchar(100)='20,201,202,288'
SELECT * from Business where Businessid in (@test)
i.e. Conversion failed when converting the varchar value '20,201,202,288' to data type int.
how can i make it working, i'm not getting, might be my mind is not able think any more..