If its production code and important for performance, I'll write a prototype with subselects and then rewrite it with the proper joins.
It's just so much faster and natural to think in subselects (IMHO).
If its production code and important for performance, I'll write a prototype with subselects and then rewrite it with the proper joins.
It's just so much faster and natural to think in subselects (IMHO).