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
Smartse
.
This is a common tactic used to get around ACTRIAL. Need to only include titles moved by the original creator... Tried adding 'JOIN logging ON page_id = log_page' and 'and user_editcount < 100' but no joy
Toggle Highlighting
SQL
SELECT rc_title, page_title, rc_new_len, user_name, user_editcount FROM recentchanges JOIN user ON rc_user = user_id JOIN page ON rc_cur_id = page_id WHERE page_namespace = 0 and rc_namespace = 2 and user_editcount < 100 and rc_new = 1 and page_len > 150 and rc_timestamp LIKE "2018%"
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...