With Query mode, is possible filter by a related table?
Is possible using db.query to filter (where) using a related table?
Example:
I know we can use with, but with will return the result and we can filter the with, I wanna filter the actual query using the related table.
We can do using the select
Example:
I know we can use with, but with will return the result and we can filter the with, I wanna filter the actual query using the related table.
We can do using the select