Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Get all articles from a category in english which are in Spanish Wikipedia
by
Miriam (WMF)
This query is marked as a draft
This query has been published
by
HTinC23
.
combine with [[User:逆襲的天邪鬼/js/link-ts.js]] to get the articles in zhwiki and hotcat them (feasible but there are probably better ways to do this)
Toggle Highlighting
SQL
SELECT CONCAT("*[[", if(page_namespace = 0, page_title, concat("Category:", page_title)), "]]") FROM page INNER JOIN categorylinks ON cl_from = page_id AND categorylinks.cl_to IN ("Danish_male_short_story_writers", "Danish_women_short_story_writers") WHERE (page_namespace = 0 OR page_namespace = 14 ) AND page_is_redirect = 0
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...