Optional_eqOptional_gtOptional_gteOptional_ilikedoes the column match the given case-insensitive pattern
Optional_inOptional_iregexdoes the column match the given POSIX regular expression, case insensitive
Optional_is_Optional_likedoes the column match the given pattern
Optional_ltOptional_lteOptional_neqOptional_nilikedoes the column NOT match the given case-insensitive pattern
Optional_ninOptional_niregexdoes the column NOT match the given POSIX regular expression, case insensitive
Optional_nlikedoes the column NOT match the given pattern
Optional_nregexdoes the column NOT match the given POSIX regular expression, case sensitive
Optional_nsimilardoes the column NOT match the given SQL regular expression
Optional_regexdoes the column match the given POSIX regular expression, case sensitive
Optional_similardoes the column match the given SQL regular expression
Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'.