Boolean
Function Name | Description |
---|---|
Compares two expressions to determine whether they have the same or different values. NULLs are considered as comparable values. | |
Tests whether the input expression is false. If it is, returns a value of | |
Determines if an expression is NULL or not NULL. Alias for the function ISNULL/ISNOTNULL. | |
Determines whether an expression is a valid numeric type (DECIMAL, DOUBLE, INT, BIGINT, VARBINARY). | |
Returns TRUE if the input expression evaluates to TRUE. | |
Returns whether the current user is a member of the specified role. |
Last updated