Fork of Untitled query #9343 by Sfan00 IMG
This query is marked as a draft This query has been published by Edgars2007.

SQL

AخA
 
SELECT w.page_id, w.page_title FROM lvwiki_p.page w
INNER JOIN commonswiki_p.page c ON c.page_title = w.page_title
#INNER JOIN commonswiki_p.image c ON c.img_name = w.page_title
WHERE w.page_namespace = 6 AND w.page_is_redirect = 1 AND c.page_namespace = 6
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.
All SQL code is licensed under CC0 License.

Checking query status...