[a, b)
, except for the last one which is inclusive on both sides [a, b]
.HISTOGRAM(colName, lower, upper, numBins)
HISTOGRAM(colName, ARRAY[binEdge1, binEdge2, binEdge3, ...])
[0, 20), [20, 30) ... [180, 200]
(- ∞, 1), [1, 10), [10, 50), [50,100), [100,500), [500, 1000]