How To Find Duplicates Records In a Object In Salesforce Using SOQL?

Sample SOQL :

Select Count(ID), Name From Account Group BY Name Having Count(ID) > 1


Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

  • How to Find Dashboards that are using a Report in Salesforce?How to Find Dashboards that are using a Report in Salesforce?
  • How To Get Picklist Values Using SOQL In Salesforce?How To Get Picklist Values Using SOQL In Salesforce?
  • How to Find Users Last Login Date and Time In SalesforceHow to Find Users Last Login Date and Time In Salesforce
  • How To Quickly Find Newly Created Fields In SalesforceHow To Quickly Find Newly Created Fields In Salesforce
  • SOQL Query to Select All Records Even From Recycle Bin in Salesforce?SOQL Query to Select All Records Even From Recycle Bin in Salesforce?

label Labels

Comments 0