Skip to content

Instantly share code, notes, and snippets.

@emoran
Created November 18, 2014 16:43
Show Gist options
  • Save emoran/ac1bad553920d9352687 to your computer and use it in GitHub Desktop.
Save emoran/ac1bad553920d9352687 to your computer and use it in GitHub Desktop.
Query to get duplicates
select N_mero_de_contrato__c, count(id) num from Contract group by N_mero_de_contrato__c having count(N_mero_de_contrato__c) > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment