in Salesforce by
Explain briefly about GROUP BY with the syntax?

1 Answer

0 votes
by
With  API version 18.0 and later/you can use group by with aggregate functions, such as sum() or max() to summarize the data and enable you to rollup query results rather than having to process the individual records in your code.

Syntax: [ GROUP BY field GROUP BY LIST]

Related questions

0 votes
asked Jul 31, 2020 in Matlab by sharadyadav1986
0 votes
asked Feb 3, 2020 in Salesforce by SakshiSharma
0 votes
asked Aug 27, 2020 in Salesforce by DavidAnderson
0 votes
asked Sep 20, 2019 in Salesforce by john ganales
...