sql count number of records in a group code example Example: sql groub by count SELECT COUNT(Id), Country FROM Customer GROUP BY Country