Commit 2b1f0858 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[SQL] metrics

parent c607cc30
Pipeline #5674 passed with stages
in 92 minutes and 2 seconds
select count(*) from nodes n where n.typename = 30;
select count(*) from nodes n where n.typename = 9;
select count(*) from nodes n where n.typename = 90;
select count(*) from nodes n where n.typename = 210;
select count(*) from auth_user;
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