I tried decrying other answers, no luck, hence asking.
I have one table and few more similar to this for other year Here is the table structure
--
You can nest a query, and search for when the Count is equal or greater than zero:
SELECT a.status, a.stat_count FROM (SELECT status, count(*) as stat_count FROM table where company like '%Google%' GROUP BY status) a WHERE a.stat_count >= 0