n1xx1
Explore posts from serversDTDrizzle Team
•Created by n1xx1 on 2/5/2024 in #help
one-to-one relations with query, use joined table in where
I have something like this:
Which obviously doesn't work, because thing is not joined but is instead "requested" via a subquery in the select clause. Is there any plan on implementing this feature or I should just rely on the query builder? Thanks.
1 replies