G
Guest
I would like to create a query that contains an IN clause whose elements are
determined by the value of a parameter:
PARAMETERS VariableIDs ???;
SELECT a.ID, a.VariableID, a.ExecutionIndex, a.ExecutionCondition,
a.ActionTypeID, a.Parameters, a.ValueSetID
FROM VariableActions AS a WHERE a.VariableID IN ([VariableIDs])
I can't seem to get this to work. There is no type of parameter (indicated
above byt the 3 question marks) that will seem to work. Any suggestions? Is
this possible?
Thanks for any help you can offer.
determined by the value of a parameter:
PARAMETERS VariableIDs ???;
SELECT a.ID, a.VariableID, a.ExecutionIndex, a.ExecutionCondition,
a.ActionTypeID, a.Parameters, a.ValueSetID
FROM VariableActions AS a WHERE a.VariableID IN ([VariableIDs])
I can't seem to get this to work. There is no type of parameter (indicated
above byt the 3 question marks) that will seem to work. Any suggestions? Is
this possible?
Thanks for any help you can offer.