I don't understand the question.
Put them in the select and group by clauses separated by commas.
select top 20 field1, field2, fieldetc, target_host_name_path, count(*)
from Results
group by field1, field2, fieldetc, target_host_name_path
order by 5 Desc