Built-In functions for assessing data to determine what results to return.
Title | Description |
---|---|
CASE OPERATOR | Returns the result where value=compare_value or for the first condition that is true. |
IF Function | If expr1 is TRUE, returns expr2; otherwise it returns expr3. |
IFNULL | Check whether an expression is NULL. |
NULLIF | Returns NULL if expr1 = expr2. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/control-flow-functions/