|
|
|
|
|
by zasdffaa
1401 days ago
|
|
> You can only select with x as (...)
update x set ...
> you can't nest cteok but you can linearise them with x as (...), y as (...)
> 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) |
|
Yes on the final query of the CTE you can do all sorts of things, but that's way less useful if you can't do them in all the component queries.