I would like to have a query dynamically JOIN tables depending on the data retrieved within the query it's self.
Is there a method for directing a query from within, adding joins depending on what's found?
I'm trying to do it in one JOIN query without subqueries.
Is there a method for directing a query from within, adding joins depending on what's found?
I'm trying to do it in one JOIN query without subqueries.
Comment