比较函数
更新时间:2024-02-21
本文介绍了GaiaDB-X支持的比较函数。
函数名 | 描述 |
---|---|
COALESCE() | Return the first non-NULL argument |
GREATEST() | Return the largest argument |
IN() | Whether a value is within a set of values |
INTERVAL() | Return the index of the argument that is less than the first argument |
ISNULL() | Test whether the argument is NULL |
LEAST() | Return the smallest argument |
NOT IN() | Whether a value is not within a set of values |
STRCMP() | Compare two strings |