|
|
|
|
|
by fphhotchips
4538 days ago
|
|
"as long as the 'RECURSIVE' part of CTE is
ignored."... To me, the recursive part of CTEs is half the point! All the other stuff is syntactic sugar that can be done elsewhere, but recursion is a function that I'm unable to find another method for elsewhere in the language. Note: I have far more SQL Server experience than I do with any other DBMS. |
|