Appearance
🎁Using Sail? Tell us your story and get free merch!
This is an unreleased version of Sail. Please visit here for the documentation of the latest stable version.
A null literal represents the SQL null value.
NULL
The null literal is case-insensitive.
SELECT NULL AS col; -- +----+ -- | col| -- +----+ -- |NULL| -- +----+