SQL SELECT UNIQUE
SELECT UNIQUE statement is used to retrieve a unique or distinct element from the table.
SQL Select Unique Syntax
SELECT UNIQUE column_name FROM table_name;
SELECT UNIQUE statement is used to retrieve a unique or distinct element from the table.
SELECT UNIQUE column_name FROM table_name;