Show TOC

Syntax documentationValue expressions Locate this document in the navigation structure

A value expression represents a value of a column, a literal, a set function or an arithmetic expression.

Syntax Syntax

  1. <value expression> ::= <column reference> 
                                      | <literal> 
                                      | <set function> 
                                      | <arithmetic expression>.
    
End of the code.