Code has been added to clipboard!

Unique Records With SQL DISTINCT

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