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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:54:41+00:00 2026-05-27T15:54:41+00:00

The following is ignoring the date range. Please could someone explain what is going

  • 0

The following is ignoring the date range. Please could someone explain what is going wrong here? Not sure if some of the statement requires parenthesis around it but wouldn’t understand why anyhow.

WHERE
     booking_date BETWEEN '2011-11-01' AND '2011-12-21'
 AND booking_status = 'Confirmed'
  OR booking_status = 'Cancelled'
  OR booking_status = 'Rearranged'
 AND invoice_number=''
ORDER BY booking_date ASC
  • 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-27T15:54:42+00:00Added an answer on May 27, 2026 at 3:54 pm

    This is probably what you want:

    WHERE booking_date BETWEEN '2011-11-01' AND '2011-12-21'
    AND (booking_status = 'Confirmed' OR booking_status = 'Cancelled' OR booking_status = 'Rearranged')
    AND invoice_number=''
    ORDER BY booking_date ASC"
    

    The added line breaks are just for easier reading. The important part is the parentheses.

    Take a look at this page for an explanation of operator precedence: http://msdn.microsoft.com/en-us/library/ms190276.aspx

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

Sidebar

Related Questions

Following is some obviously-defective code for which I think the compiler should emit a
Ignoring padding/alignment issues and given the following struct, what is best way to get
The following code does not work correctly on Windows (but does on Linux): sock
For some reason my routing is ignoring any attempt to access my MVC pages
I want to compare two string ignoring real time factors like date and time
I'm having serious trouble debugging the following Matlab Warning: Warning: Ignoring excess mask dialog
Ignoring multithreading issues, is the following guaranteed to work: int can_alloc(size_t i) { void
Following on from my recent question on Large, Complex Objects as a Web Service
Following my question regarding a .NET YAML Library ... as there doesn't seem to
Following this question: Good crash reporting library in c# Is there any library like

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.