Hacker News new | ask | show | jobs
by jalk 825 days ago
Common Table Expressions (CTE) do help a little, as you can query each “table” and inspect the output. Debugging a giant query with deeply nested sub queries is very painful indeed
1 comments

So do table variables and temp tables.