Home > database >  Why NOT MySQL NOT NULL (NULL) considered??
Why NOT MySQL NOT NULL (NULL) considered??

Time:09-21

Create the table is so
CREATE TABLE stu2 (INT id, NAME VARCHAR (20) NOT NULL).

Then add (null) with brackets or Spaces can add, null will be recognition is empty
Why??
  • Related