Distinct
Generates a SELECT DISTINCT query to pass on only the distinct (or unique) input records to the next component.
Properties
Name
= string
A human-readable name for the component.
Columns
= dual listbox
Only these selected columns are passed to the next component. Duplicate records are removed, leaving only distinct values.