dbTalk Databases Forums  

problem about comparing date

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss problem about comparing date in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
navneetkasulkar@gmail.com
 
Posts: n/a

Default problem about comparing date - 06-26-2007 , 05:34 AM






I have a problem in this query:

select order from ordertable
where orderdate >= '06/20/2007' and orderdate < '06/20/2007'

this query do not return any record
although there are records in the table matching the query

please help me


Reply With Quote
  #2  
Old   
Roy Harvey
 
Posts: n/a

Default Re: problem about comparing date - 06-26-2007 , 06:53 AM






What possible value can be BOTH >= AND < the SAME date? You need to
add a day to the second date, make it 6/21.

Roy Harvey
Beacon Falls, CT

On Tue, 26 Jun 2007 10:34:51 -0000, "navneetkasulkar (AT) gmail (DOT) com"
<navneetkasulkar (AT) gmail (DOT) com> wrote:

Quote:
I have a problem in this query:

select order from ordertable
where orderdate >= '06/20/2007' and orderdate < '06/20/2007'

this query do not return any record
although there are records in the table matching the query

please help me

Reply With Quote
  #3  
Old   
navneetkasulkar@gmail.com
 
Posts: n/a

Default Re: problem about comparing date - 06-29-2007 , 04:00 AM



Thanx but it was typing mistake
have a nice day

On Jun 26, 4:53 pm, Roy Harvey <roy_har... (AT) snet (DOT) net> wrote:
Quote:
What possible value can be BOTH >= AND < the SAME date? You need to
add a day to the second date, make it 6/21.

Roy Harvey
Beacon Falls, CT

On Tue, 26 Jun 2007 10:34:51 -0000, "navneetkasul... (AT) gmail (DOT) com"

navneetkasul... (AT) gmail (DOT) com> wrote:
I have a problem in this query:

select order from ordertable
where orderdate >= '06/20/2007' and orderdate < '06/20/2007'

this query do not return any record
although there are records in the table matching the query

please help me



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.