The NULL value means "no data." | |
NULL can be written in any lettercase. | |
For operations performed with LOAD DATA INFILE or SELECT ... INTO OUTFILE, NULL is represented by the N sequence. | |
To test for NULL, you cannot use the arithmetic comparison operators such as =, . | |
|