On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/ String Functions/isnotnull

isnotnull

The isnotnull function returns true if the argument is not null.

Alias: notnull

Syntax

    isnotnull( [ Value ] )

Example

This example returns true:

print isnotnull('Hello World!')