Is it possible to do lateral sub-query join without relational queries?
I'm trying to rewrite the same query that the relation query builder does behind the scenes but not sure if it's possible
If i log the query this is what i get
I would like to do the same logic with the query builder becauase the relational queries there are certain things i cant do
2 Replies