Quando usi count without group by conterà tutti i record e restituirà single line mentre quando usi count with group by group the users sulla base dei loro nomi e restituisce il conteggio di each group .
Quando usi count without group by conterà tutti i record e restituirà single line mentre quando usi count with group by group the users sulla base dei loro nomi e restituisce il conteggio di each group .