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
Edgars2007
.
Toggle Highlighting
SQL
use dewiki_p; SELECT filter_url, filter_title, filter_page_id FROM (SELECT substring(el_to,28) as filter_url, page_title as filter_title, page_id as filter_page_id FROM externallinks euf JOIN page pf on euf.el_from=pf.page_id WHERE el_index LIKE "http://invalid.dwl.giftbot./%" and pf.page_namespace=1) as talkfilter -- about 528 000 WHERE not exists (SELECT * FROM externallinks lnel JOIN page lnp on lnel.el_from=lnp.page_id and lnp.page_namespace=0 where talkfilter.filter_title=lnp.page_title and talkfilter.filter_url=lnel.eu_to) 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...