DISTINCTCOUNT
This section contains reference documentation for the DISTINCTCOUNT function.
Signature
Usage Examples
select DISTINCTCOUNT(league) AS value
from baseballStats value
select DISTINCTCOUNT(teamID) AS value
from baseballStats value
Was this helpful?

