subquery property

SelectStmt? subquery
final

Derived-table source (subquery in FROM). Mutually exclusive with table.

Implementation

final SelectStmt? subquery;