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
Tbayer (WMF)
.
Users who have edited a page in the Schema: or Schema talk: namespace on Meta-wiki
Toggle Highlighting
SQL
USE metawiki_p; SELECT CONCAT("| [[","https://meta.wikimedia.org/wiki/User:", rev_user_text, "|", rev_user_text, "]] | [[ https://meta.wikimedia.org/w/index.php?title=Special%3AContributions&contribs=user&target=", rev_user_text,"&namespace=470&associated=1 | edits]]") AS userlinks FROM page AS p JOIN revision_userindex AS r ON (p.page_namespace = 470 OR p.page_namespace = 471) # Schema: or Schema talk: AND rev_timestamp > 20171001000000 AND p.page_id = r.rev_page GROUP BY rev_user_text;
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...