0 rows
select `labtech`.`computers`.`Name` AS `computername`,count(0) AS `Count(*)` from (`labtech`.`alerts` join `labtech`.`computers` on((`labtech`.`alerts`.`ComputerID` = `labtech`.`computers`.`ComputerID`))) group by `labtech`.`alerts`.`ComputerID`