how to select distinct from sql code example
Example 1: select count of distinct values sql
SELECT COUNT (DISTINCT column-name) FROM table-name
Example 2: select distinct
SELECT DISTINCT ma_colonne
FROM nom_du_tableau
SELECT COUNT (DISTINCT column-name) FROM table-name
SELECT DISTINCT ma_colonne
FROM nom_du_tableau