◀ Back to Playground HomeReturns a histogram of the number of values that fall within each bin.SELECT HISTOGRAM(int_field, 0, 100000, 10) AS histogram FROM users