Application of BIT data type in SQL Server

Source: Internet
Author: User
Application of BIT data type in SQL Server

All users who have used access know that access has a "Yes/No" data type. This type is not used in SQL Server.Bit. Pay attention to the following points during use:

1,BitIt is similar to the integer and numeric data of SQL Server,BitColumns can only store 0 and 1.

2. Insert and modifyBitUse 0 or 1 instead of false or true for data,BitThe same is true for fields in the where query condition.

3. Use recordsetBitAfter the data in the field is obtained, it is 'boolean' type, not 'number' type. That is, if RS ("bitfield") then should be used in the judgment, instead of If RS ("bitfield ") = 1 then.

Bit can accept any type of data, but data other than 0 and 1 will be stored as 1, and null is not allowed!

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.