Show TOC

Column ReferencesLocate this document in the navigation structure

A column reference represents the value of a column in a table. It may be either a column name or a column name qualified with a table name. If no table name is specified, the table to which the column belongs is implicit. In this case, the column name must be uniquely be determinable in the most local scope.

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

         

Example

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

               

Column References. Here employee_name is a column name and epmloyees.epmloyee_id is a qualified column name.

More Information

Identifiers