Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1023133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:34:08+00:00 2026-05-16T11:34:08+00:00

If I understand correctly, the pre MySQL 5.0.3 interpretation of the BIT data type

  • 0

If I understand correctly, the pre MySQL 5.0.3 interpretation of the BIT data type meant it could be used as a series of flags? If this is the case I can see practical uses for it in MySQL but imagine it would not have been as efficient as using SET.

Even if the above is not the case, I have great difficulty in understanding how the current implementation of the BIT data type can be practically applied in a database. If anyone is able to provide a simplified explanation and, an example of where it would be applicable, I would be grateful.

I have searched for descriptions and examples elsewhere but have been unsuccessful in finding examples applicable solely to databases.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T11:34:08+00:00Added an answer on May 16, 2026 at 11:34 am

    Assume you have row with property field

    Properties defined as

    1  - Has property 1
    2  - Has property 2
    4  - Has property 3
    8  - Has property 4
    

    assign properties 1 and 2 (i.e. only 1 and 2 others will be cleaned up)

     set status = status & 3
    

    add property 3

     set status = status | 4
    

    remove property 1

     set status = status | 14
    

    Select rows with properties 1 and 2

    SELECT ..
    WHERE (Properties & 3) = 3

    Select rows where properties 1 or 2

    SELECT ..
    WHERE (Properties & 1) = 1 OR (Properties & 2) = 2

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is just a quick question to understand correctly what happens when you create
If I understand it correctly this means extern void foo(); that the function foo
If I understand this correctly, the program counter points to the address of the
Just want to make sure I understand this correctly (I'd ask on SO Chat,
Been trying my best to understand this correctly. What is the difference between an
Perhaps I do not understand correctly how MVC Areas work, but this has got
If I understand correctly, ClickOnce only checks for prerequisites with the first install of
If I understand correctly the .net runtime will always clean up after me. So
If I understand correctly, in .NET the default implementation of Object.GetHashCode() returns a value
Do I understand correctly that CCLabelBMFont only loads the font texture once, no matter

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.