SELECT
statement queries data from entities, which determines the type of the objects or values to be selected.
BNF: select_clause ::= SELECT [DISTINCT] select_expression {, select_expression} select_expression ::= single_valued_path_expression | aggregate_expression | identification_variable | OBJECT(identification_variable) | constructor_expression
@see SelectStatementStateObject
@see SelectClause
@version 2.4
@since 2.4
@author Pascal Filion
|
|
|
|
|
|