Skip To Main Content
Account
Settings
Logout
placeholder
Account
Settings
Logout
Filter:
All Files
Submit Search
You are here:
IS [NOT] NULL
Purpose
This tests whether an expression is a NULL value.
Syntax
Example:
Copy
SELECT
null
=
null
,
null
IS
NULL
,
''
IS
NOT
NULL
;
IS [NOT] NULL
Purpose
Syntax
Give feedback
Click here to provide feedback!
To include a link to this page, please check the box "Include data..." in the feedback form.
Top