This topic has not yet been rated - Rate this topic

Flow Distinct

SQL Server 2000

Flow Distinct

The Flow Distinct logical operator scans the input, removing duplicates. Whereas the Distinct operator consumes all input before producing any output, the Flow Distinct operator returns each row as it is obtained from the input (unless that row is a duplicate, in which case it is discarded).

See Also

Distinct

Eliminating Duplicates with DISTINCT

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.