feat: refactor project
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
select
|
||||
floor(elo_rating / 50) * 50 as bucket,
|
||||
count(*) as count
|
||||
from {elo_schema}.ratings
|
||||
from {{ elo_schema }}.ratings
|
||||
group by bucket
|
||||
order by bucket
|
||||
|
||||
Reference in New Issue
Block a user