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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:05:58+00:00 2026-05-23T03:05:58+00:00

We are using a SQL query to search on the basis of dateFrom and

  • 0

We are using a SQL query to search on the basis of dateFrom and dateTo fields. for that i am using “greater than equal to(>=)” and “less than equal to(<=)” operator to search on the date fields. somewhere i also find that we can also use SQL “Between” operator to do the same. just wanted to confirm that is there any difference when we use “Between” operator and when we used “(>= & <=)” operator.

  • 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-23T03:05:59+00:00Added an answer on May 23, 2026 at 3:05 am

    Modern databases ship with very intelligent query execution optimisers. One of their main features is query transformation. Logically equivalent expressions can usually be transformed into each other. e.g. as Anthony suggested, the BETWEEN operator can be rewritten by Oracle (and MySQL) as two AND-connected comparisons, and vice versa, if BETWEEN isn’t just implemented as syntactic sugar.

    So even if there would be a difference (in performance), you can be assured that Oracle will very likely choose the better option.

    This means that you can freely choose your preference, e.g. because of readability.

    Note: it is not always obvious, what’s logically equivalent. Query transformation rules become more complex when it comes to transforming EXISTS, IN, NOT EXISTS, NOT IN… But in this case, they are. For more details read the specification (chapter 8.3 between predicate):

    http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt

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

Sidebar

Related Questions

I want to write an SQL query using the LIKE keyword. It should search
I am trying to query the windows desktop search API using SQL. I have
I'm using a SQL query that is similar to the following form: SELECT col1,
Scenario I'm using SQL Server 2005 I have a T-Sql query that has multiple
I am using the FULLTEXT in my sql query to search the records. SELECT
I am using the following SQL query: LIKE '%$_POST[var]%' When users do a search
I've created a complex search query in SQL 2008 that returns data sorted by
I have a search query that is dynamically compiled using NHibernate's criteria query mechanism.
I am using SQL Query and below are the tables. Organization OrgID Name RAOGID
I am using SQL Query and below are the tables. Organization OrgID Name RAOGID

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.