Right now, it throws a MySQL exception because it will generate a WHERE clause that is similar to: `WHERE column IN ()` Which is invalid.
Right now, it throws a MySQL exception because it will generate a WHERE clause that is similar to:
WHERE column IN ()Which is invalid.