Skip to main content

6 docs tagged with "Logical"

View All Tags

AND function

Returns TRUE if all of the provided arguments are logically TRUE, and FALSE if any of the provided arguments are logically FALSE.

CASE_WHEN function

Returns one value if a logical expression (condition) is TRUE and another if it is FALSE.

IS_EMPTY function

Checks whether the referenced column or expression is empty or NULL.

NOT function

Returns the opposite of a logical value - not(TRUE) returns FALSE; not(FALSE) returns TRUE.

OR function

Returns TRUE if any of the provided arguments are logically TRUE, and FALSE if all of the provided arguments are logically FALSE.