Subqueries in relational queries
I'd like to use the query API but combine the
I understand I can use the
I haven't seen any mention of it but seems doable with a subquery, any suggestions?
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?