On 11/5/2010 3:31 PM, Rick Faircloth wrote:
> Something is still not right...

I would suggest you stop looking at date-time values as a collection of 
sub values, such as Days or Minutes.  You need to consider it as a 
single value that you want to compare to another value.

Trying me best to understand the MySQL documentation, it looks like it 
would be as simple as.

WHERE date(date_add(dateOFTotal, interval -1 day))) = 
date_add(curdate(), interval 01 day)





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338879
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to