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