struct SelectStatementGroups the select statement state and preserves the field relationships documented below.
ctesStores the ctes associated with this value.
distinctIndicates whether the distinct condition is active.
groupByStores the group by associated with this value.
havingExpressionStores the having expression associated with this value.
itemsTracks the items numeric value.
joinsContains the ordered joins collection.
limitTracks the limit numeric value.
offsetTracks the offset numeric value.
orderByContains the ordered order by collection.
setOperationsStores the set operations associated with this value.
tableAliasStores the table alias associated with this value.
tableNameStores the table name associated with this value.
whereExpressionStores the where expression associated with this value.