Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Declined AfC Title Submissions (all time)
by
Jtmorgan
This query is marked as a draft
This query has been published
by
Dwmc
.
This query lists 5 declined AfC submissions declined by the AfC Helper script. It works by reading the edit comment associated with each declined submission.
Toggle Highlighting
SQL
SELECT * FROM revision r JOIN page p ON r.rev_page = p.page_id WHERE p.page_namespace=2 AND # p.page_namespace=118 AND # r.rev_timestamp < 20080101000000 AND r.rev_comment LIKE "Declining submission:%" ORDER BY p.page_title,r.rev_timestamp LIMIT 25;
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...