Updated on 2025-09-05 GMT+08:00

Logical Functions

The following table lists the logical functions supported by SecMaster SQL syntax.

Table 1 Logical functions supported by SecMaster SQL syntax

Function

Function Description

boolean IS FALSE

Returns TRUE if the boolean value is FALSE; returns FALSE if boolean is TRUE or UNKNOWN.

boolean IS TRUE

Returns TRUE if boolean is TRUE; returns FALSE if boolean is FALSE or UNKNOWN.