select-statement
The select-statement is the form of a query that can be directly specified in a DECLARE CURSOR or FOR statement, prepared and then referenced in a DECLARE CURSOR statement, or directly specified in an SQLJ assignment clause. It can also be issued interactively. In any case, the table specified by a select-statement is the result of the fullselect.
- RECURSIVE
- Indicates that a common-table-expression is potentially recursive.