Fork of Page propety names (enwikisource) by ShakespeareFan00
This query is marked as a draft This query has been published by ShakespeareFan00.

SQL

AخA
 
USE enwikisource_p;
SELECT DISTINCT p.page_id, p.page_title, pp1.pp_propname, pp1.pp_value, pp2.pp_value FROM 
page p
JOIN page_props pp1 ON pp1.pp_page=p.page_id 
JOIN page_props pp2 ON pp2.pp_page=p.page_id 
WHERE pp1.pp_propname='proofread_page_quality_level' AND pp2.pp_propname='index'
LIMIT 50
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...