Jitendra
DTDrizzle Team
•Created by Jitendra on 4/15/2024 in #help
where clause when using 'with' in relational mode
Hey there. I am sqlite (turso)
schema
course table
courseMember
Course member is a join table between the course and userId
a user can have many courses and a course can have multiple user with a role
I want to fetch the courseMember and their related course. But I also want to use the search functionality. So how can I use the where clause inside with
I need your help regarding this
19 replies