79821572

Date: 2025-11-16 16:15:18
Score: 1.5
Natty:
Report link

All queries are made of intermediate "steps"; by the "programmer"; or the SQL engine. Most queries are just "added to" until they become incomprehensible. If one starts out with using "intermediate" queries and / or "temp tables", the "granularity" makes them more maintainable and re-usable. And surprisingly (or not) will outperform whatever the engine had trouble untangling. I see a lot of "I just wrote the biggest SQL query ever in one statement!" Yes; and that involves stored procedures.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gerry Schmitz