Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Using Operators and Functions in Queries
Skip Headers
Previous
Previous
 
Next
Next

Using Operators and Functions in Queries

The select_list of a query can include SQL expressions, which can include SQL operators and SQL functions. These operators and functions can have table data as operands and arguments. The SQL expressions are evaluated, and their values appear in the results of the query.

This section contains:

Related Topics

Oracle Database SQL Language Reference for more information about SQL operators

Oracle Database SQL Language Reference for more information about SQL functions

Selecting Table Data