Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

In DB Remove Duplicates

dalergreen
7 - Meteor

Anyone know how to do a Unique function in DB?  I have I want to only have values in one field represented once.  I can do it outide of DB but can't figure out how to do it in DB.

 

Thanks 

Dale

2 REPLIES 2
geraldo
13 - Pulsar

@dalergreen 

 

 

in the db it is distinct 

summarize tool using group by for all fields
the union tool it is uniuon all if you want to represent the union of sql it is necessary to group by all the columns.

the summarize tool the problem when you don't use all the fields only the used fields that came out on the other side.

dalergreen
7 - Meteor

Thanks.  that works. 

Labels
Top Solution Authors