📄️ like
Pattern matching using an SQL pattern. Returns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the result is NULL.
Pattern matching using an SQL pattern. Returns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the result is NULL.
Pattern not matching using an SQL pattern. Returns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the result is NULL.
Returns 1 if the string expr doesn't match the regular expression specified by the pattern pat, 0 otherwise.
Returns 1 if the string expr doesn't match the regular expression specified by the pattern pat, 0 otherwise.
Returns 1 if the string expr matches the regular expression specified by the pattern pat, 0 otherwise.
Returns 1 if the string expr matches the regular expression specified by the pattern pat, 0 otherwise.
Examples