jay k
DTDrizzle Team
•Created by jay k on 1/30/2024 in #help
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?
3 replies