Page 1 of 1

See the Diversity of Bones

Published: May 24, 2019 - 12:13
by sfonteneau

Code: Select all

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