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
Рогволод
.
Toggle Highlighting
SQL
SET @days_ago = 0; # не проверены более N дней SET @namespace = 0; # пространство имён SELECT REPLACE(page_title, "_", " ") AS Title, DATEDIFF(TIMESTAMP(NOW()), fpp_pending_since) AS Days FROM flaggedpage_pending JOIN flaggedpage_config ON fpc_page_id = fpp_page_id JOIN page ON page_id = fpc_page_id WHERE fpp_pending_since <= NOW() - INTERVAL @days_ago DAY AND page_namespace = @namespace ORDER BY Days 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...