T
Tangier
If I have 4 values that reside in a worksheet in cells F1:F4,
how do I take these values and specify these as criteria in my where
clause:
WHERE ID IN (F1:F4)
I need a comma separated list of IDs so that the T-SQL statement can
be executed correctly,
WHERE ID IN (F1,F2,F3,F4)
how do I take these values and specify these as criteria in my where
clause:
WHERE ID IN (F1:F4)
I need a comma separated list of IDs so that the T-SQL statement can
be executed correctly,
WHERE ID IN (F1,F2,F3,F4)