Something odd here. 

Using mySql with a timestamp field, I'm trying to query records from the last 
seven days up until right now. 

I've got this:

where date_entered <= curdate() and date_entered >= DATE_SUB(curdate(),INTERVAL 
7 day) 

This results in records from one day back to seven days back, none from today. 

Do I need to include something in my query for time? My timestamp field adds 
date and time. 

Any ideas here?

Thanks for looking.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197977
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to