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
-- Fetch full title and other details for pages with Armenian but no Azerbaijani translations select cast(rev_timestamp as datetime) as rev_timestamp, rev_id, replace(if(namespaces.name = '', page_title, concat(namespaces.name, ':', page_title)), '_', ' ') as full_page_title, page_namespace, page_title from revision left join text on text.old_id = revision.rev_text_id left join page on page.page_id = revision.rev_page left join namespaces on namespaces.id = page.page_namespace where page.page_namespace = 0 AND text.old_text LIKE '%{{t+|hy|%}}%' AND text.old_text NOT LIKE '%{{t+|az|%}}%' order by page.page_namespace, 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...