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, r1.rev_timestamp AS submission_time, r2.rev_timestamp AS decline_time, r1.rev_comment AS submission_summary, r2.rev_comment AS decline_summary FROM page p JOIN categorylinks cl ON p.page_id = cl.cl_page JOIN revision r1 ON p.page_id = r1.rev_page JOIN revision r2 ON p.page_id = r2.rev_page WHERE cl.cl_title = 'Category:Pending_AfC_submissions' AND r1.rev_comment LIKE '%Submitting using%' AND r2.rev_comment LIKE '%Declining submission:%' AND r1.rev_timestamp > r2.rev_timestamp 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...