Issue with Bind variables for a multiselect list

TealDuck

Member²
So I am probably doing this wrong so I thought I would reach out to the group. The result I get back does not have each item enclosed in quotations, so the query will not execute.

SELECT *
FROM EMP
WHERE JOB IN (&);
 
Yes, it seems to work. Wish there was a way to delete a thread from the forum to hide these momentary lapses of reason. :)
 
Back
Top