Query from table with where clause NOT IN another sub query?
For ex: select * from TableA where email not in (select email from TableB); ?
2 Replies
Here's what I'm trying:
the docs have this exact example: https://orm.drizzle.team/docs/operators#notinarray
Filter and conditional operators – DrizzleORM
Drizzle ORM | %s