I am creating a help desk system for my work. I basically have a ticket table (MYSQL). I am trying to create a report that will tell me how many tickets are opened per day on a certain range of dates (in the past). When a ticket is opened I put the timestamp on the "Submitted_On" field.
What would be an efficient way to calculate the number of open tickets per day over a range of days in the past?
What would be an efficient way to calculate the number of open tickets per day over a range of days in the past?