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 6353511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:25:33+00:00 2026-05-24T22:25:33+00:00

Any explanation to the following queries : Select x FROM y WHERE a =

  • 0

Any explanation to the following queries :

Select x FROM y WHERE a = 1 OR a = 2  AND (b = 1 OR b = 2)

why it doesn’t return the correct info while this return the correct info :

Select x FROM y WHERE (a = 1 OR a = 2) AND (b = 1 OR b = 2)

Am i missing something here ?

      X   Y   (X OR Y)  X OR Y   


      1   0     1         1 
      0   1     1         1
      1   1     1         1
      0   0     0         0 

I know in term of precedence the () have priority , but why should i add them the the first part of the query ?

Correct me if I’m wrong

Thank you

  • 1 1 Answer
  • 0 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-24T22:25:34+00:00Added an answer on May 24, 2026 at 10:25 pm

    AND has a higher precedence than OR so your first query is equivalent to this:

    Select x FROM y WHERE a = 1 OR a = 3 OR (a = 2  AND (b = 1 OR b = 2))
    

    Which is not equivalent to

    Select x FROM y WHERE (a = 1 OR a = 2 OR a = 3) AND (b = 1 OR b = 2)
    

    I guess you forgot the a = 3 part in your first query.

    Operator precedence in MySQL

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

Sidebar

Related Questions

This is probably batch scripting 101, but I can't find any clear explanation/documentation on
I've already asked this question on several forums, but without any good explanation of
I couldn't find any explanation for the following problem. Hope you to help me
I'm trying to get the following query to work in Hibernate: SELECT m FROM
I can't for the life of me find any decent explanation of the [file]:
I have read the PHP manual , but couldn't find any proper explanation regarding
Any idea why this code: extern C __declspec(dllexport) void Transform(double x[], double y[], int
I'm wondering why these two following conditions in SQL return different results First Condition
When writing parameterized queries in Classic ASP, I have been using the following syntax:
I have the following string \u3048\u3075\u3057\u3093 . I got the string from a web

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.