You'll probably want to use SUBDATE instead.
http://www.mysql.com/doc/D/a/Date_and_time_functions.html

Duncan
--
Duncan Salada | Titan | www.titan.com/testeval
Email: [EMAIL PROTECTED] | Voice: 301-925-3222x375 | Fax: 301-925-3216

> -----Original Message-----
> From: Jeff O'Neal [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 01, 2002 4:05 PM
> To: [EMAIL PROTECTED]
> Subject: using currentdate in queries
> 
> 
> We run many queries for data for the previous day..
> 
> select foo from blah where date=(Current_Date)-1;
> 
> Since it was just the end of the month that ended up giving us a blank
> result set.  I looked through the manual but I didn't find an 
> answer. (I
> probably just looked over the right part)
> 
> Does anyone know how we can run this type of query and have 
> it also select
> the right day?
> 
> Thanks,
> Jeff O'Neal
> Quality Engineering
> [EMAIL PROTECTED]
> 
> "If you think you can or you think you can't.... You're right"
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to