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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:11:53+00:00 2026-06-10T21:11:53+00:00

My table Name is ‘information’ Structure is: No int, Name varchar(200), Date varchar(30) Records:

  • 0

My table Name is ‘information’

Structure is:

No int,
Name varchar(200),
Date varchar(30)

Records:

No  Name        Date
=====================================
1   A       25/08/2012
2   B       10/08/2012
3   C       11/08/2012
4   D       01/09/2012

My Problem is i want the No,Name,Date for between 25/08/2012 to 01/09/2012

i was tried the follwing query, but i am unable to get it.

select No,Name,Date 
from information 
where Date>='25/08/2012' and Date<='01/09/2012'

I don’t want to alter the date column(varchar) to datetime

Please help me

  • 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-10T21:11:54+00:00Added an answer on June 10, 2026 at 9:11 pm

    Please use the below query you do not need to alter your Date column(varchar) to datetime.

    select No,Name,Date from information where CONVERT(date,[DATE],103) >=  CONVERT(date,'25/08/2012',103)  and CONVERT(date,[DATE],103) <=  CONVERT(date,'01/09/2012',103) 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine I have following table: NAME DATE OTHER_CONTANT 'A' '2012-06-05' 'baz' 'A' '2012-06-04' 'bar'
I have table name called Person with following column names P_Id(int), LastName(varchar), FirstName (varchar).
I have a table (name, date, stat1, stat2, stat3) , (name, date) is the
class table{ name *p; int i; public: table(int j=15){p=new name[i=j]} //constructor ~table(){delete[]p;} } void
I have a table: name, date, url, no , url includes facebook,twitter,other . How
Progress: #== Schema Information # # Table name: progresses # # id :integer not
Database: name_ allmoney Table name: MONEY +-----+--------+------------+---------+---------+ | id | name | date |
Hello I have table name FriendsData that contains duplicate records as shown below fID
My table schema (table Name Stock) Field Date Datetime If Date having datatype is
I have table name Transaction in the DB. I want to have 2 subclasses

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.