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

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.