russellobrien
Programmer
Just a quickie,
I am trying to use a stored query such as:
SELECT * FROM TABLE1 WHERE FACTOR1 IN (@List);
I then programmatically enter @List as 1,2,3,4,5 etc. However, it doesn't like this and seems to report an empty IN () clause.
Any help appreciated!
Russ
I am trying to use a stored query such as:
SELECT * FROM TABLE1 WHERE FACTOR1 IN (@List);
I then programmatically enter @List as 1,2,3,4,5 etc. However, it doesn't like this and seems to report an empty IN () clause.
Any help appreciated!
Russ