how to use distinct and count on the smae column in sql code example Example: select count of distinct values sql SELECT COUNT (DISTINCT column-name) FROM table-name