Hey, how do I use sql operator with arrays in JS? ```javascript const array = [1,2,3]; const sqlQuery = sql`${users.id} IN ???`; ```