distinct

A keyword used in an aggregate expression to include only distinct occurrences of values. See also the function unique.

Syntax

distinct dataItem

Example

count ( distinct [OrderDetailQuantity] )

Result

1704