Example for Microsoft Edge
Code: Select all
select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_idCode: Select all
select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_id