Hi All,
I'm not very good at SQL but I want to finish my ASP project and have run into a little problem. I have a variable that I formatted represent a nice comma delimited character list with all "words" in single quotes ('A','B','C'). I was going to pass this variable to a SELECT statement -
SELECT col FROM table WHERE item IN (<my variable>)
Am I doing this right?
Thanks!
B