Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Moves from draft to mainspace by new users since Oct '17
by
Smartse
This query is marked as a draft
This query has been published
by
Smartse
.
Toggle Highlighting
SQL
select CONCAT('https://en.wikipedia.org/wiki/Special:Contributions/',user_name), count(*) AS num_moves From logging JOIN user ON log_user = user_id JOIN page ON log_page = page_id where (log_type= 'move' and log_action = 'move') and user_editcount < 100 and page_namespace = 0 and /*(log_namespace = 118 or*/ log_namespace = 2/*)*/ and log_timestamp > '20200901000000' Group by user_name Order by num_moves DESC
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...