Scopri la diversità delle ossa
Pubblicato: 24 maggio 2019 - 12:13
Codice: Seleziona tutto
select host_info->'windows_version' as windows_version,os_name as "Operating_System",count(os_name) as "Nb_Machines" from hosts group by 1,2 Codice: Seleziona tutto
select host_info->'windows_version' as windows_version,os_name as "Operating_System",count(os_name) as "Nb_Machines" from hosts group by 1,2