/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT dbo_tblContributorCA.CCA_Contributor_No, COUNT(dbo_tblContributorCA.CCA_Contributor_No) AS CountOfCCA_Contributor_No FROM dbo_tblContributorCA GROUP BY dbo_tblContributorCA.CCA_Contributor_No HAVING (((COUNT(dbo_tblContributorCA.CCA_Contributor_No))>1));