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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:56:58+00:00 2026-06-08T23:56:58+00:00

I want to query my table against two dates and retrieve the records within

  • 0

I want to query my table against two dates and retrieve the records within them.

I declare my variables like so;

DECLARE @StartDate datetime;
DECLARE @EndDate datetime;

And set my variables like so;

SET @StartDate = 2012-08-01;
SET @EndDate = 2012-08-02;

My WHERE clause;

WHERE Date BETWEEN  @StartDate AND @EndDate

No records are displayed when the query is executed, what’s my mistake? I’ve tried adding a time to the date but that doesn’t work either.

  • 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-06-08T23:57:01+00:00Added an answer on June 8, 2026 at 11:57 pm

    Do this instead

    SET @StartDate = '2012-08-01'; SET @EndDate = '2012-08-02';
    

    or better

    SET @StartDate = Convert(datetime,'2012-08-01',120); 
    SET @EndDate = Convert(datetime,'2012-08-02',120);
    

    This will return any data on 1 Aug, or anything marked as midnight on 2-Aug. It won’t return anything marked as eg: 9am on 2-Aug

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

Sidebar

Related Questions

I have query to show the table like this: but I want to PIVOT
I have a table with dated records. I want a query that will show
I would like to query a table where I am comparing against a regular
I want to query a table so that it´s ordered the following way: 1)
I have a HBase table (from java) and i want to query the table
I want to accomplish this (mysql) query: UPDATE table SET field = field +
I want to query the name of all columns of a table. I found
I have 2 tables which I want to query from. The first table (lets
I want a Codeigniter select query from a table with three conditions in .
I want to use Access database with query for pivot table in Excel. How

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.