trying to use this query with escaped variables:
"UPDATE table_name SET status = ?, status_by = ? WHERE (unique_id, page_id) IN (?)", [req.body.action, req.body.status_by, aSet]
but end up getting this error: 'Operand should contain 2 column(s)'
this is how aSet looks: (1234567890, 123),(1234567890, 123)