DISTINCT

This lesson demonstrates how to remove duplicates from a result set using the DISTINCT clause.

We'll cover the following...

DISTINCT CLAUSE

We’ll work with the DISTINCT clause in this lesson. This clause can be used to output unique rows in a result set. Remember DISTINCT is a post processing filter, meaning it is applied to the resulting rows of a query.

Example Syntax

...