Commit ea8965c4 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[METRICS] for histograms

parent 82a333db
Pipeline #5688 passed with stages
in 93 minutes and 10 seconds
select count(*), date_trunc('month', n.date) from nodes n where n.typename = 30 group by 2 ORDER BY 2;
select count(*), date_trunc('month', n.date) from nodes n where n.typename = 9 group by 2 ORDER BY 2;
select count(*), date_trunc('month', n.date) from nodes n where n.typename = 90 group by 2 ORDER BY 2;
select count(*), date_trunc('month', n.date) from nodes n where n.typename = 210 group by 2 ORDER BY 2;
select count(*), date_trunc('month', a.date_joined) from auth_user a group by 2;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment