Skip to content

Instantly share code, notes, and snippets.

@bdon
Created April 10, 2013 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdon/5352345 to your computer and use it in GitHub Desktop.
Save bdon/5352345 to your computer and use it in GitHub Desktop.
select * from editors order by count desc limit 10;
editor | count
------------------------+---------
Potlatch 2 | 2683251
Potlatch 1.4 (save en) | 284440
Potlatch 1.4 (save de) | 217631
FindvejBot 0.1 | 184708
Potlatch 1.0 | 178596
Redaction bot | 141704
Potlatch 1.2 | 125114
Potlatch 1.4 (live en) | 120733
JOSM/1.5 (5608 de) | 111760
JOSM/1.5 (3751 de) | 110403
select sum(count) from editors;
sum
----------
14552305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment