There is a series of functions that can be applied to a value (row) as an argument (
function spec ) and supply a result.Syntax
<function spec> ::= <arithmetic function> | <trigonometric function>
| <string function> | <date function> | <time function>
| <extraction function> | <special function>
| <conversion function>
Explanation
The arguments and results of the functions are numeric, alphanumeric or Boolean values that are subject to certain restrictions.
LONG columns are not allowed as arguments.