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.
0 Replies