Stored Procedure with WHERE .. IN array parameter
I want to set a boolean on every entry in a table matching an array of row ids passed into a stored procedure. Help me crack the proper syntax to accomplish this? The following is as close as I’ve gotten.