How to use `not` to avoid returning results where ID is in a specific join table?
Howdy! I have this SQL query:
I'm trying to figure out how to convert it to Drizzle and apply it to an another query as a subquery, but I'm having some problems. Here's what I came up with:
When I run this, I receive this error:
How can I resolve this?
2 Replies