Tagged Questions
0
votes
1answer
621 views
MySQL Get rows between months
I'm trying to SELECT the visitors of my site per month for the current year.
For every different IP/user_agent combination there will be added a row per minute. To track the hits and the unique ...