Created
April 10, 2013 06:45
-
-
Save bdon/5352345 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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