|
|
|
|
|
by shazzdeeds
1637 days ago
|
|
This is effectively what CTE style syntax gives you. I always find them more intuitive for intermediate to advanced queries for exactly this reason. They’re also much easier for another reader to later come in and deduce what the query is doing. |
|