How would you write this REPLACE query?
I'm trying something like this:
but am getting this error: NeonDbError: db error: ERROR: argument of WHERE must be type boolean, not type record
I don't really understand why the where is not type boolean here because I'm using an IN statement.
1 Reply
Maybe
Using drizzle
inArray
helper