SQL Znajdź wszystkie różne wartości w kolumnie


        
            
        
     SELECT DISTINCT
    column_name
FROM
    table_name;
Fair Fowl