Pages
Home
About Me
For Contact
February 3, 2014
Count_Distinct()
Count_Distinct() is used to find the number of distinct non-null field values as mentioned in the query criteria.
Sample Query:
SELECT COUNT_DISTINCT(City__c) TotalCities FROM Employee__c1
Below is the output of the above query execution.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment