比较函数
所有文档
menu

分布式数据库 GaiaDB-X

比较函数

产品详情自助选购

本文介绍了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
上一篇
转换函数
下一篇
DDL语句