I am looking to be able to do a select from a table using a "where ColA in
A)', where A is a variable array.
Can you provide an example? I have tried a few things, but no success yet. And I would prefer not to dynamically create the SQL, but rather pass a parameter.
------------------
Gordon

Can you provide an example? I have tried a few things, but no success yet. And I would prefer not to dynamically create the SQL, but rather pass a parameter.
------------------
Gordon