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
SQL
.
Toggle Highlighting
SQL
select concat( "[[User:", page_title, "]]" ) page, concat( "{{userlinks|", user_name, "}}" ) editor, concat("[https://en.wikipedia.org/w/index.php?diff=", rev_id, "&oldid=", rev_parent_id, " diff]" ) from page join revision on rev_id = page_latest join user on user_id = rev_user where page_namespace = 2 AND page_title != rev_user_text and user_editcount < 25 and user_registration > 20180115000000;
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...