Histogram
This section contains reference documentation for the HISTOGRAM function.
Signatures
Usage Examples
SELECT HISTOGRAM(numberOfGames, 0, 200, 10) AS histogram
FROM baseballStats histogram
select HISTOGRAM(AtBatting, Array['-Infinity', 1, 10, 50, 100, 500, 1000]) AS histogram
from baseballStatshistogram
Was this helpful?

