Answers

Question and Answer:

  Home  MariaDB

⟩ Please explain what is the use of MariaDB DISTINCT clause?

MariaDB DISTINCT Clause is used to remove duplicates from the result when it is used with SELECT statement.

Syntax:

SELECT DISTINCT expressions

FROM tables

[WHERE conditions];

 182 views

More Questions for you: