Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
No Answer is Posted For this Question
Be the First to Post Answer
What is field-level security in the salesforce context?
What is the difference between “export” and “export all” in data loader in salesforce?
Explain Data Migration in Salesforce?
What data types are supported by external id’s in salesforce.com ?
What are the different ways to make a field Mandatory?
In salesforce, which fields are indexed automatically?
What is a external id in salesforce and give me example?
If there is a custom object with records, is it possible to create a field with master-detail relationship for this object?
Explain Field Update Perform in Workflow?
How you will get the java script function into Visual-force page?
SOQL & SOSL? Diff between SOQL & SOSL?
How to do callout integration? : salesforce integration