WITH Clause item. Schema
Specify alias and query to define with WITH clause item.
items Type
object (WITH Clause item.)
items Properties
| Property | Type | Required | Nullable |
|---|---|---|---|
| alias | string | Required | cannot be null |
| query | object (Dynamic Query Builder) | Required | cannot be null |
alias
alias
is required
Type:
stringcannot be null
alias Type
string
alias Constraints
pattern: the string must match the following regular expression:
^[a-zA-Z_]+$
query
query
is required
Type:
object(Dynamic Query Builder)cannot be null