Distinct Sort

Optimizing SQL Database Performance

Optimizing Database Performance

Distinct Sort

The Distinct Sort logical operator scans the input, removing duplicates and sorting by the columns specified in the DISTINCT ORDER BY:() predicate of the Argument column.

See Also

Distinct

Eliminating Duplicates with DISTINCT