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
Ankry
.
Toggle Highlighting
SQL
#show tables; SELECT page_id, page_title FROM pagelinks JOIN page ON pl_from=page_id WHERE pl_title='Józef_Ignacy_Kraszewski' AND pl_namespace=104 AND pl_from_namespace=102 AND page_content_model='proofread-index'; SELECT distinct ind_id, ind_name FROM (SELECT page_id AS ind_id, page_title AS ind_name FROM pagelinks JOIN page ON pl_from=page_id WHERE pl_title='Józef_Ignacy_Kraszewski' AND pl_namespace=104 AND pl_from_namespace=102 AND page_content_model='proofread-index' ) AS ind LEFT JOIN pagelinks ON ind_id=pl_from JOIN page ON pl_title=page_title AND pl_namespace=page_namespace WHERE pl_namespace=100 /*limit 20*/; /*select * from page join page_props on page_id=pp_page where page_namespace=100 and pp_propname='proofread_page_quality_level' limit 20; */
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...