jsee
DTDrizzle Team
•Created by jsee on 2/4/2024 in #help
Subqueries in relational queries
I'd like to use the query API but combine the
where
with a subquery. Meaning get all posts
where the author
's name is "John".
I understand I can use the select
syntax, but would prefer the ORM approach if possible:
I haven't seen any mention of it but seems doable with a subquery, any suggestions?5 replies