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
Vexations
.
testing
Toggle Highlighting
SQL
SELECT page_title, IF (log_action = "reviewed", COUNT(page.page_id), 0) AS reviewed ,IF (log_action != "reviewed", 0, COUNT(page.page_id)) AS unreviewed #,IF( page_is_redirect, COUNT(page.page_namespace), 0) AS redir, # IF( page_is_redirect, 0, COUNT(page.page_namespace)) AS notredir FROM page JOIN logging ON page_id = log_page WHERE page_id IN (1791668, 2290692, 69706259, 69705759, 69705917) AND log_timestamp > (NOW() - INTERVAL 1 WEEK) #GROUP BY page_is_redirect, page_namespace
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...