STRCMP

语法说明

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.

语法结构

> STRCMP(expr1,expr2)

示例