Show TOC

Function (function_spec)Locate this document in the navigation structure

Use

There is a series of functions ( function_spec) that can be applied to a value (row) as an argument and supply a result. These functions (predefined and user defined) and their calls are introduced in the following sections.

Structure

Examples

SQL Tutorial, Functions

Explanation

The arguments and results of the functions are numeric, alphanumeric or Boolean values that are subject to certain restrictions. LOB columns are not allowed as arguments, with the exception of those explicitly stated.

More Information