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

SQL

AخA
 
SELECT iwl_title AS qid, ips_site_page AS redirect
  FROM metawiki_p.iwlinks
  LEFT JOIN wikidatawiki_p.wb_items_per_site ON ips_item_id = TRIM('Q' FROM iwl_title) AND ips_site_id = 'ruwiki'
  LEFT JOIN ruwiki_p.page ON page_title = REPLACE(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...