The field value in SQL Server cannot be empty

Source: Internet
Author: User

Environment: sqlserver 2008

Create a test table and add two fields. Field A is set to the primary key, which is not empty and unique. Field B is not restricted.

 

Execute insert into test values ('', 'A'), but the execution is successful.

The record can be queried. Field A does not have a value.

 

I am a bit confused. I will test the insert into test values (null, 'A') again.

Tip:

Primary error 0x80004005, secondary error 25005
> Insert into test values (null, 'A ')
The column cannot contain null values. [Column name = A, table name = test]

 

It turns out that the concept of not null in sqlserver can only be null, which is quite different from that in Oracle. Please note that!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.