how do i count group by and show it as a column sql code example Example: sql groub by count SELECT COUNT(Id), Country FROM Customer GROUP BY Country