Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
MLWiki: List of articles created someday recently
by
Viswaprabha
This query is marked as a draft
This query has been published
by
Viswaprabha
.
Includes new creations and moves from draft and user space.
Toggle Highlighting
SQL
SET @timespan = '201%'; USE mlwiki_p; select page_title, user_name, wbc_entity_usage.eu_entity_id From logging JOIN user ON log_user = user_id JOIN page ON log_page = page_id JOIN wbc_entity_usage ON page.page_id = wbc_entity_usage.eu_page_id where (log_type= 'move' and log_action = 'move') and not log_namespace = 0 and page_namespace = 0 and log_timestamp LIKE '201%' ;
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...