vote up 0 vote down star

in sql server enterprise manager, how do you write an insert statement with passing in null values

flag

2 Answers

vote up 7 vote down check
INSERT INTO atable (x,y,z) VALUES ( NULL,NULL,NULL)
link|flag
vote up 0 vote down

If you're using Enterprise Manager to edit the table directly, press CTRL+0 to add a null.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.