Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
NULL
The NULL value means “no data.” NULL can be written in any lettercase. A synonym is \N (case sensitive).
\N
For text file import or export operations performed with LOAD DATA INFILE or SELECT ... INTO OUTFILE, NULL is represented by the \N sequence. See Section 12.2.6, “LOAD DATA INFILE Syntax”.
LOAD DATA INFILE
SELECT ... INTO OUTFILE
Be aware that the NULL value is different from values such as 0 for numeric types or the empty string for string types. For more information, see Section B.1.5.3, “Problems with NULL Values”.
0
Add your own comment.
User Comments
Add your own comment.