|
|
|
|
|
by ltbarcly3
1400 days ago
|
|
You can only select, you can't nest cte, the query planner has no understanding of joins that cross cte boundaries so they are totally unoptimized, you can't use distinct or group by or etcetc. Really the CTE implementation in SqlServer is basically a parser level hack. |
|
ok but you can linearise them
> the query planner has no understanding of joins that cross cte boundaries so they are totally unoptimizedutter, reeking garbage.
> you can't use distinct or group
more garbage. I have. Show me an example of it not working.
(Edited for less rudeness)