Page 1 sur 1

Liste des postes avec les version de 7zip associé

Publié : 24 mai 2019 - 12:11
par sfonteneau

Code : Tout sélectionner

select hosts.computer_name,hostsoftwares.host_id,hostsoftwares.name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '7-zip%%' and hosts.uuid=hostsoftwares.host_id
order by hosts.computer_name ASC