Skip to main content

isnotnull

isnotnull 介绍

isnotnull(expr) - 如果 expr 不是 null,则返回真;否则返回假。

Examples:

> SELECT isnotnull(1);
true

Since: 1.0.0