Skip to content

Initializer

init(alias:query:)

Create a new Common Table Expression.
init(alias: some SQLExpression, query: some SQLExpression)

Parameters

alias

Specifies the name to be used to refer to the CTE.

query

The subquery which yields the CTE’s data.