Search the Whole World Here.,.,

SQL - SELECT DISTINCT Example


The following SQL statement selects only the distinct values from the "City" columns from the "Customers" table:

Example

SELECT DISTINCT City FROM Customers;
Try it Yourself »


EmoticonEmoticon