codice:select id_utente,date_format(data_accesso,"%d/%m/%Y") as giorno,count(data_accesso) as totale from tabella group by id_utente,giorno order by id_utente,giorno
codice:select id_utente,date_format(data_accesso,"%d/%m/%Y") as giorno,count(data_accesso) as totale from tabella group by id_utente,giorno order by id_utente,giorno