I have a select box where a user can select multiple items. The IDs for the
items are UUIDs and I need to pass a list of them into a stored procedure to
use with:

SELECT
blah
FROM
blah
WHERE
id IN (@idList)

The problem is that I need to get single quotes around each list item...
What would be the best approach?

Thanks
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to