ERROR
Raises an error with an error message.
Raises an error with an error message.
Provides a mechanism for declaring an inline set of data values.
Converts an expression of one data type to another.
Truncates a number to an integer by removing the decimal, or fractional, part of the number.
Returns the sum of an expression evaluated for each row in a table.
Adds all the numbers in a column.
Returns the square root of a number.
Determines the sign of a number, the result of a calculation, or a value in a column. The function returns 1 if the number is positive, 0 (zero) if the number is zero, or -1 if the number is negative.
Rounds a number up, away from 0 (zero).
Rounds a number down, toward zero.