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
Achim55
.
Toggle Highlighting
SQL
#USE stop; USE commonswiki_p; SELECT CONCAT('# [[', REPLACE (wp.page_title, '_', ' '),']]') FROM dewiki_p.page wp INNER JOIN page cc ON wp.page_title = cc.page_title AND cc.page_namespace = 14 AND cc.page_is_redirect = 0 WHERE wp.page_namespace = 0 AND wp.page_is_redirect = 0 AND NOT EXISTS (SELECT 1 FROM dewiki_p.templatelinks wtl WHERE wtl.tl_from = wp.page_title AND wtl.tl_namespace = 2 AND wtl.tl_title IN ('Commonscat', 'Commons')) LIMIT 1000;
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...