Webastor - Programming Tips and Tricks

Programming language => Sql => Topic started by: Philip on October 24, 2014, 10:04:17 AM

Title: How do you insert null values in a column while inserting data?
Post by: Philip on October 24, 2014, 10:04:17 AM
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.
Title: Re: Insert null values
Post by: Hasan on April 22, 2017, 02:37:03 PM
INSERT INTO atable (x,y,z) VALUES ( NULL,NULL,NULL)