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
BilledMammal
.
Toggle Highlighting
SQL
WITH ar_articles as (SELECT cl_from FROM categorylinks WHERE cl_to = "WikiProject_Armenia_articles"), az_articles as (SELECT cl_from FROM categorylinks WHERE cl_to = "WikiProject_Azerbaijan_articles"), intersection as (SELECT * FROM ar_articles WHERE cl_from IN (SELECT * FROM az_articles)), title as (SELECT page_title FROM intersection JOIN page ON page_id = cl_from) SELECT * FROM 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...