I have a table in MySQL, which stores the visits on my site, taking as fields: id | ip | date , with date of type DATETIME .
What I need is to separate these visits by peak times.
Example:
Das 10:00 às 12:00 | 500 visitas
Da...
asked on
16.03.2014 / 22:29