Snippet Name: Select distinct or unique entries Description: This query will return only distinct (unique) entries from the table searched. Comment: (none) Language: MYSQL Highlight Mode: MYSQL Last Modified: March 01st, 2009
Description: This query will return only distinct (unique) entries from the table searched.
SELECT DISTINCT `city` FROM `address_list`