在 sql 服务器企业管理器中,如何编写插入语句并传递 null值?
null
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.