Loading...
This section contains reference documentation for the DISTINCT function.
Returns the distinct row values in a group
DISTINCT(colName)
These examples are based on the Batch Quick Start.
select DISTINCT league AS value from baseballStats
select DISTINCT(league) AS value from baseballStats
NL
UA
AL
NA
PL
AA
FL