Show TOC

Value expressionsLocate this document in the navigation structure

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

            <value expression> ::= <column reference> 
                                  | <literal> 
                                  | <set function> 
                                  | <arithmetic expression>.