A single Common Table Expression as part of a WITH statement. tableAlias [(col1, col2, ...)] AS (query)
tableAlias [(col1, col2, ...)] AS (query)
Readonly
Generated using TypeDoc
A single Common Table Expression as part of a WITH statement.
tableAlias [(col1, col2, ...)] AS (query)