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
FoBe
.
Toggle Highlighting
SQL
USE huwiki_p; SELECT page.page_title, fp_reviewed, fp_pending_since, fp_stable, fp_quality, fpp_quality, fpp_rev_id, fpp_pending_since FROM page INNER JOIN revision ON page.page_latest = revision.rev_id #INNER JOIN flaggedpages ON page.page_id = flaggedpages.fp_page_id INNER JOIN flaggedpage_pending ON page.page_id = flaggedpage_pending.fpp_page_id WHERE page.page_id = 1539386; # ORDER BY revision.rev_timestamp DESC;
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...