Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Abhishek02bhardwaj
.
Toggle Highlighting
SQL
SELECT gt.gt_country AS country, COUNT(*) AS translator_count FROM geo_tags gt JOIN revision rev ON gt.gt_page_id = rev.rev_page JOIN change_tag ct ON rev.rev_id = ct.ct_rev_id JOIN change_tag_def ctd ON ct.ct_tag_id = ctd.ctd_id WHERE ctd.ctd_name = 'contenttranslation' GROUP BY gt.gt_country;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...