Question

This question shows how to do outer join in mysql, but can I do a full outer join between sub-queries as tables without having to re-execute the sub-queries for each half of the union?

Was it helpful?

Solution

I'm afraid you can't, but the query optimizer may be smart enough to keep the performance hit to a minimum.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top