how to count by f different values in sql with field value code example Example: select count of distinct values sql SELECT COUNT (DISTINCT column-name) FROM table-name