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
Blahma
.
Toggle Highlighting
SQL
SELECT page_id, page_title, page_namespace FROM cswiki_p.page WHERE page_id IN ( #to customize your query, follow the numbers to the instructions #listed below the query. contact jmorgan@wikimedia.org if you need help. SELECT page_id #1 FROM cswiki_p.page p JOIN #2 cswiki_p.revision r ON p.page_id = r.rev_page WHERE r.rev_user_text IN #3 ( "Hana_Kašpaříková", "Harold", "Jirr" ) AND r.rev_timestamp BETWEEN #4 20160322160000 AND #5 20160322190000 ) AND page_namespace = 0
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...