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
Jlwoodwa
.
Toggle Highlighting
SQL
SELECT * FROM redirect JOIN page LEFT JOIN categorylinks AS gerund ON rd_from = gerund.cl_from AND gerund.cl_to = 'Redirects from gerunds' LEFT JOIN categorylinks AS oldhist ON rd_from = oldhist.cl_from AND oldhist.cl_to = 'Redirects with old history' WHERE rd_from = page_id AND page_title LIKE '%ing' AND gerund.cl_from IS NULL AND oldhist.cl_from IS NULL LIMIT 10
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...