DISTINCTSUM
This section contains reference documentation for the DISTINCTSUM function.
Signature
Usage Examples
SELECT DISTINCTSUM(runs) AS VALUE
FROM baseballStatsVALUE
SELECT SUM(DISTINCT AtBatting) AS VALUE
FROM baseballStatsVALUE
Was this helpful?

