+ Start a Discussion
VIKTORVIKTOR 

having clause

Hi,
 
Can a run a query like this in Salesforce?
 
Select Some field, count(*) group by Some field
having count(*) >1
 
Thx
VIKTORVIKTOR
Basically I wanted to run a report group by a field and dont want to see the ones.
SuperfellSuperfell
in SOQL, there's no group by and no having.
benfishinbenfishin
DBAmp from  ForceAmp.com solved this issue for me.