codice: select id_casa,count(id_casa) as quanti from `user` group by id_casa order by quanti asc limit 1
select id_casa,count(id_casa) as quanti from `user` group by id_casa order by quanti asc limit 1
Regole del Forum