Data Archive
- Data Archive 6.5
- All Products
Function Type | Description |
|---|---|
Aggregate | An operation applied to the values contained in a particular column (or in a derived column created by a value expression), producing a single value that summarizes the (derived) column. The value expression argument cannot itself contain an aggregate function. |
Cast | The cast functions are used to convert input values from one format to another. A cast function can appear anywhere a value expression is permitted in SQL syntax. |
String | The string functions are used to manipulate character string values. A string function can be used anywhere a string value expression is permitted. |
Math | The math functions are used for manipulating numeric values. A math function can appear wherever a numeric value expression is allowed. |
Date/Time | The date/time functions are used to manipulate DATE, TIME, and TIMESTAMP values, and can appear wherever a value expression is permitted. |
NULLIF, COALESCE, IFNULL | The three functions that are designed to handle a subset of the CASE functionality. |