This query is marked as a draft This query has been published by The Anome.

SQL

x
 
SELECT article.page_title, article.page_id, talk.page_id AS talkpageid FROM page AS article
INNER JOIN page AS talk ON talk.page_title = article.page_title
WHERE article.page_title = "Fish" AND article.page_namespace = 0 and talk.page_namespace = 1
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...