Welcome to Good Training Sign in | Become a member - FREE!
 

Query - Dupplicate Accounts

Last post 01-19-2010, 9:25 AM by Adam Travers. 1 replies.
Sort Posts:
  •  01-19-2010, 9:11 AM 2290

    Query - Dupplicate Accounts

    What is a good query to get all the dupplicate accounts in SLX?

  •  01-19-2010, 9:25 AM 2291 in reply to 2290

    Re: Query - Dupplicate Accounts

    Log in to the client as admin and you will already see a group created for duplicate accounts called: Duplicate Suspects

    If you dont have it..? Here is how to create it:

    Create a Group on the Account field using the In Operator and add the following SQL within the Value Is box:

    SELECT ACCOUNT FROM ACCOUNT WHERE ACCOUNTID <> 'NOTHING'  GROUP BY ACCOUNT HAVING COUNT(*)  > 1

    You must also check the Option for Use Value as Literal

    Regards, Adam Travers

View as RSS news feed in XML