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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select fp.page_title fawiki_template, ll_title enwiki_template from page fp join enwiki_p.page ep on fp.page_title = ep.page_title and fp.page_is_redirect = 0 and ep.page_is_redirect = 0 and fp.page_namespace = 14 and ep.page_namespace = 14 join langlinks on fp.page_id = ll_from and ll_lang = 'en' and ll_title <> concat('Category:', replace('_', ' ', ep.page_title)) 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...