<

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];  















© copyright 2017-2022 Completedone pvt ltd.