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 day, #IF (ptrp_reviewed = 0, COUNT(*), 0) AS unreviewed, #IF (ptrp_reviewed = 1, COUNT(*), 0) AS reviewed, #IF (ptrp_reviewed = 2, COUNT(*), 0) AS patrolled, #IF (ptrp_reviewed = 3, COUNT(*), 0) AS autopatrolled #FROM ( SELECT DATE_FORMAT(ptrp_created,'%Y-%m-%d') as day, ptrp_reviewed, COUNT(*) as num FROM pagetriage_page WHERE ptrp_created > (NOW() - INTERVAL 1 WEEK) GROUP BY ptrp_reviewed #) as tmp #GROUP BY day
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...