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
The Anome
.
This query should return immediately. But it doesn't. Why? See also https://quarry.wmcloud.org/query/71842 Now fixed: the reason was two columns with the same name on output; renaming one of them using AS made thequery run fine.
Toggle Highlighting
SQL
SELECT articles.page_title, articles.page_id, talk.page_id FROM page AS articles LEFT JOIN page AS talk ON talk.page_title = articles.page_title LIMIT 100
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...