SqlPrimaryExpression

Definition:

SqlPrimaryExpression ::= '(' SqlExpression ')' | Constant | FunctionCall | ( AggregateFunctionCall | GenericFunctionCall ) WindowSpecification? | GroupingOperation | WindowFunctionCall | ObjectName ( '.' ( GenericFunctionCall WindowSpecification? | ObjectName ( '.' ObjectName )? ArrayElementReference? ) | ArrayElementReference )? | ArrayValueConstructor

Used In: