Need following from new CRM
Find counts for Accounts for xyz,abc We have multiple accounts in CRM for each of these. They might start with the same name
*This post is locked for comments
Need following from new CRM
Find counts for Accounts for xyz,abc We have multiple accounts in CRM for each of these. They might start with the same name
*This post is locked for comments
counts for Accounts for ATT, Ericsson, Centurylink (CTL), Verizon. We have multiple accounts in CRM for each of these. They might start with the same name eg. AT&T southeast, AT&T North etc.
SELECT
Name , COUNT(*)
FROM
Account
GROUP BY
name
HAVING
COUNT(*) > 1
WHAT ELSE I9 NEED TO ADD in this querry
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
dkrishna
6