Nested CTE
Data Warehouse · General availability · Shipped
Description
Common Table Expressions (CTE) increases the readability and simplification for complex queries by deconstructing ordinarily complex queries into simple blocks to be used and reused if necessary, instead of rewriting the query. A nested CTE is defined with the definition of another CTE.
Change History
-
2026-01-14
Release Type Public preview -> General availability -
2024-10-04
Roadmap Item Added
Workload: Data Warehouse