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
Last updated
Was this helpful?

