How do you insert null values in a column while inserting data?

Started by Raul, October 24, 2014, 10:04:17 AM

Previous topic - Next topic

Philip

Hi, I would like to ask you a big question if you do not mind? how do you insert null values in a column while inserting data? Thank you very much for giving me your opinion very quickly.

Hasan

INSERT INTO atable (x,y,z) VALUES ( NULL,NULL,NULL)