DISTINCT

DISTINCT — Is used to return only distinct (different) values.

SELECT DISTINCT column1, column2, ...
FROM table_name;

DISTINCT — Structure map

Clickable & Draggable!

DISTINCT — Related pages: