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