Hi,
I need a list of IDs in the where clause of my sql query which is encapsulated in my stored proc. Ex:
....
select * from table1 where col1 in ('a','b','c'....)
...
These values ('a','b','c'....) can be fetched from a dynamic select query whose where clause I am sending as a paremeter to...