Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Pages edited by Shakespeare Fan00 at enwikisource
by
BWolff (WMF)
This query is marked as a draft
This query has been published
by
ShakespeareFan00
.
Toggle Highlighting
SQL
USE enwikisource_p; SELECT DISTINCT CONCAT( /* clause 1 */ IF( INSTR( SUBSTRING_INDEX(p1.page_title, '/', 1 ) , "jpg" ) OR INSTR( SUBSTRING_INDEX(p1.page_title, '/', 1 ) , "png" ), "Page:", "Index:"), SUBSTRING_INDEX(p1.page_title, '/', 1 )) FROM page p1 INNER JOIN revision_userindex r1 ON r1.rev_page = p1.page_id INNER JOIN categorylinks c ON c.cl_from = p1.page_id AND c.cl_to = 'Validated' WHERE p1.page_namespace = 104 AND r1.rev_user_text IN ( 'ShakespeareFan00', 'Sfan00_IMG') ORDER BY p1.page_latest
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...