/* Generated by the Grafana 'Builder' function */ SELECT "userId", "userHost", COUNT(id) FROM note GROUP BY "userId", "userHost" ORDER BY COUNT(id) DESC LIMIT 50