How to use nested joins with relational query builder
I have a query like this:
I want to transform it to use relational query builder. I'm having problem with nested joins. How do I do this.
I want to use rqb because, I have to make another query somewhere else and i think I shouldn't need to make that extra query if I use rqb.
0 Replies