Marc
Explore posts from serversDTDrizzle Team
•Created by Marc on 3/7/2024 in #help
Can I use "where" clause on joins ?
Hello !
I'm trying to query some data based on conditions. I know how to do it in prisma but I don't find a solution in drizzle.
In Prisma my query looks like:
In Drizzle I have currenlty this:
I've tried this:
I would like to use 'where' clause on fields that are in other tables.
Thanks for the help ! 😄
5 replies