Ejemplo para Microsoft Edge
Código: Seleccionar todo
select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_idCódigo: Seleccionar todo
select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_id