Die Vielfalt der Knochen entdecken
Veröffentlicht: 24. Mai 2019 - 12:13 Uhr
Code: Alle auswählen
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 Kontaktieren Sie uns
unter https://forum.tranquil.it/
Code: Alle auswählen
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