Forum Moderators: open
I still trying to get used to the Mysql date function but I need help generating my query.
I want to create a query that will pull entries from the past 7 days. I have a TIMESTAMP column in my table that records the date like this: 2006-06-19 11:12:01
How can I create a query that will look at those dates and grab any entries from the past week?
Thanks in advance for your help!
Wes