IS NULL
Syntax
Description
Tests whether a value is NULL. See also NULL Values in MariaDB.
Examples
Compatibility
Some ODBC
applications use the syntax auto_increment_field IS NOT NULL
to find the latest row that was inserted with an autogenerated key value. If your applications need this, you can set the sql_auto_is_null variable to 1.
See also
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?