STRCMP
Description
The STRCMP() returns 0 if the strings are the same, -1 if the first argument is smaller than the second according to the current sort order, and NULL if either argument is NULL. It returns 1 otherwise.
Syntax
> STRCMP(expr1,expr2)
Examples