Fork of Untitled query #40142 by IKhitron
This query is marked as a draft This query has been published by IKhitron.

SQL

AخA
 
SELECT iwl_title AS qid
  FROM metawiki_p.iwlinks
  LEFT JOIN wikidatawiki_p.wb_items_per_site as t1 ON t1.ips_item_id = TRIM('Q' FROM iwl_title) AND t1.ips_site_id = 'hewiki'
  LEFT JOIN hewiki_p.page ON page_title = REPLACE(t1.ips_site_page, ' ', '_') AND page_namespace = 0
      WHERE iwl_from = 141462 AND iwl_prefix = 'd' AND COALESCE(page_is_redirect, 1) = 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...