4. Understanding the Elements of SQL Statements : SQL Functions : Scalar Functions
 
Share this page                  
Scalar Functions
The scalar functions require either one or two single-value arguments. Scalar functions can be nested to any level.
Note:  If II_DECIMAL is set to comma, you must follow any comma required in SQL syntax (such as a list of table columns or SQL functions with several parameters) by a space. For example:
SELECT col1, IFNULL(col2, 0), LEFT(col4, 22) FROM version;