The DISTINCT
clause is used to return only distinct (different) values.
It is use often with SELECT
statement. But it is not only one using this clause. You may use it either in agregate functions.
The DISTINCT
clause is used to return only distinct (different) values.
It is use often with SELECT
statement. But it is not only one using this clause. You may use it either in agregate functions.