Question: Hi, I have a hit counter for my website which is inserting data on the hits into my 'hit_counter' table in a MySQL database. I want to query the database to get a count of how many hits there have been per week, and a formatted string of the date for either the first of last day of that week. Is this possible in a single query, and if so what would the code be?