anyValue
This section contains reference documentation for the ANYVALUE function.
Signature
Usage Examples
select league, ANYVALUE(playerName) AS samplePlayer
from baseballStats
GROUP BY leagueleague
samplePlayer
Last updated
Was this helpful?

