히스토그램 만들기

2innnnn0·2022년 7월 19일
0

redash

목록 보기
9/9

https://discuss.redash.io/t/new-visualization-histogram/2798/6

SELECT floor(my_column / {{ bin_size }}) * {{ bin_size }} AS bins, count(*)
FROM my_table
GROUP BY bins;
profile
성장하고 싶은 데이터분석가.

0개의 댓글