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 COUNT(DISTINCT rev_user) AS num_babel_users FROM user JOIN revision ON rev_user = user_id JOIN page ON rev_page = page_id JOIN templatelinks ON tl_from = page_id JOIN page AS tpl_page ON tl_namespace = tpl_page_namespace AND tl_title = tpl_page_title WHERE user_name LIKE 'User:%' AND tpl_namespace = 10 AND tpl_title = 'Babel';
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...