MySQL Distinct Clause
MySQL DISTINCT clause used to remove duplicate records from the table. The DISTINCT clause is only used with the SELECT .
MySQL Distinct Syntax
SELECT DISTINCT expressions FROM tables [WHERE conditions];
MySQL DISTINCT clause used to remove duplicate records from the table. The DISTINCT clause is only used with the SELECT .
SELECT DISTINCT expressions FROM tables [WHERE conditions];