How do I write a query that takes a count of records of one date plus the previous 4 days for every date in a table? – Mysql
Trying to write a query from the following table that calculates a count of records for every day date(timestamp) and the prior 4 days. So basically a rolling count of records for every previous 5 days. Every time i do…