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
Jmorgan (WMF)
.
A list of people who have edited the article for the new Hobbit movie since October 1st.
Toggle Highlighting
SQL
select distinct(rev_user_text) AS recent_editors, "en" from enwiki_p.revision AS rev_table JOIN enwiki_p.page AS page_table ON rev_table.rev_page = page_table.page_id WHERE page_table.page_namespace = 0 AND page_title = "The_Hobbit:_The_Battle_of_the_Five_Armies" AND rev_timestamp > 20141001000000 AND rev_user != 0 GROUP BY recent_editors;
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...