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
DreamRimmer
.
Toggle Highlighting
SQL
SELECT p.page_id, p.page_title, MAX(CASE WHEN r.rev_comment LIKE '%Submitting using%' THEN r.rev_timestamp ELSE NULL END) AS submission_time, MAX(CASE WHEN r.rev_comment LIKE '%Declining submission:%' THEN r.rev_timestamp ELSE NULL END) AS decline_time, MAX(CASE WHEN r.rev_comment LIKE '%Submitting using%' THEN r.rev_comment ELSE NULL END) AS submission_summary, MAX(CASE WHEN r.rev_comment LIKE '%Declining submission:%' THEN r.rev_comment ELSE NULL END) AS decline_summary FROM page p JOIN categorylinks cl ON p.page_id = cl.cl_page JOIN revision r ON p.page_id = r.rev_page WHERE cl.cl_title = 'Category:Pending_AfC_submissions' AND p.page_namespace = 118 GROUP BY p.page_id, p.page_title ORDER BY p.page_title;
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...