Comment by MarkusWinand

7 years ago

WITH is supported by all major SQL brands in the meanwhile.

https://modern-sql.com/feature/with#compatibility

Does the spec have any execution requirements re WITH? Pretty sure `WITH` in postgresql is gated and thus can have considerable performance implication vs a nested query (or none at all depending on the query).