In sql server enterprise manager, how do you write an insert statement and pass in null
values?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
INSERT INTO atable (x,y,z) VALUES ( NULL,NULL,NULL)
回答2:
If you're using SSMS (or old school Enterprise Manager) to edit the table directly, press CTRL+0 to add a null.