Functions¶
Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format enables functions to operate on zero, one, two, or more arguments:
function(argument 1, argument 2, ...)
There are three types of functions:
Single-row functions: these functions return a single row for every row of a queried table or view.