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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:13:15+00:00 2026-05-14T18:13:15+00:00

Im trying to query a sort of from – to date. e.g. 20-01-2010 to

  • 0

Im trying to query a sort of from – to date.
e.g. 20-01-2010 to 20-02-2010. this should include the mentioned dates.

i’ve tried the following queries but none works.

select * 
  from [tableName] 
 where date >= '20-01-2010' 
   AND date <= '20-02-2010'

but the date where date is equal to 20-02-2010 does not show. i don’t know why.


select * 
  from [tableName] 
 where date between '20-01-2010' 
            AND '20-02-2010' 

the mentioned dates is not included in the results. i want it to be included in the results.

please help.

thanks in advance! 🙂

  • 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-14T18:13:15+00:00Added an answer on May 14, 2026 at 6:13 pm

    Thanks for all the replies.
    I figured out the problem.

    The reason why the query below doesn’t work is because the value of the date field has hh:mm:ss since it’s datetime. If you compare to ordinary date, the time part will be 0. That’s why data w/ date ’20-02-2010′ doesn’t show up in my result set since the data has hh:mm:ss not equal to ’00:00:00.000′.

    SELECT * FROM[tableName] WHERE date >= '20-01-2010' AND date <= '20-02-2010' 
    

    The query below works now. Just added a time parameter

    SELECT* FROM [tableName] WHERE date >= '20-01-2010' AND date <= '20-02-2010 23:59:59.000' 
    

    cheers

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

Sidebar

Related Questions

Trying to sort this out... I need a query that will combine both tables
I am trying to sort query result into an array. I have following query.
Using Ruby on Rails. I'm trying to sort a query by number (saved as
I am trying to trying to update create a query that will sort data
I am trying to sort a linq query so that the results are returned
I have a query where I'm trying to sort per row either by the
Reg ex again. Trying to run a like SQL query: mysql_query(SELECT * From tablename
I am trying to sort a LINQ to SQL query based on two fields.
I am trying to make some sort of SQL Query where I only get
I have a MySQL query I'm trying to sort dynamically when a link is

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.