Counting on one field is all I ever needed, however, i need 3 this go around...
1 table, 400,000+ records, need to return distinct computers (GROUP BY <assuming) with a count on severity of 'Category I','Category II',Category III'
I currently have:
SELECT HOST,
(select count(severity) from...