how do you insert null values into sql server how do you insert null values into sql server sql-server sql-server

how do you insert null values into sql server


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


If you're using SSMS (or old school Enterprise Manager) to edit the table directly, press CTRL+0 to add a null.