Category Archives: SQL-Distinct

SQL-Distinct

The SQL DISTINCT clause is used together with the SQL SELECT keyword, to return a dataset with unique entries for certain database table column.

Syntax:
SELECT DISTINCT ColumnName
FROM TableName