I'm trying to look up records by a column, but matching on multiple values.
The user enters a value that is bound to parameter1 that queryA selects records that match. Then queryB selects from another table where records match the values from one of the columns of queryA.
But that could have none or many values.
How would I accomplish a query that selected where it matched any of the values?