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
Bikarçiliq
.
Toggle Highlighting
SQL
SELECT REPLACE(page.page_title, '_', ' ') AS title FROM page WHERE page.page_namespace = 0 AND EXISTS ( SELECT 1 FROM revision AS rev1 JOIN text AS txt1 ON rev1.rev_text_id = txt1.old_id WHERE rev1.rev_page = page.page_id AND txt1.old_text LIKE '%{{t+|uz|%}}%' ) AND NOT EXISTS ( SELECT 1 FROM revision AS rev2 JOIN text AS txt2 ON rev2.rev_text_id = txt2.old_id WHERE rev2.rev_page = page.page_id AND txt2.old_text LIKE '%{{t+|ug|%}}%' ) ORDER BY page.page_title;
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...