SQL - SELECT DISTINCT Example Knowledge Based Info. MySQL 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 » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon