Código SQL [-] Select nom_pc, count(*) cantidad from servers group by nom_pc;
Select nom_pc, count(*) cantidad from servers group by nom_pc;