Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Vaklidated Pages propety names (enwikisource)
by
ShakespeareFan00
This query is marked as a draft
This query has been published
by
ShakespeareFan00
.
Toggle Highlighting
SQL
USE enwikisource_p; SELECT DISTINCT p.page_id, p.page_title, pp1.pp_value, r.rev_id, r.rev_comment_id,c.comment_id, c.comment_text FROM revision r JOIN page p ON r.rev_page=p.page_id JOIN page_props pp1 ON pp1.pp_page=p.page_id JOIN comment c ON c.comment_id=r.rev_comment_id ## JOIN revision_comment_temp rc ON r.rev_id = rc.revcomment_rev WHERE pp1.pp_propname='proofread_page_quality_level' AND rev_user_text IN ('Sfan00 IMG') AND pp_value=4
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...