Fork of Wrong links in articles on plwiki by The Polish
This query is marked as a draft This query has been published by Estopedist1.

SQL

AخA
 
USE etwiki_p;
SELECT p1.page_title AS REDIR, p2.page_title AS PAGE
FROM page p1
WHERE p1.page_title LIKE '%ateljee%'
AND p1.page_is_redirect = 1
JOIN page p2
ON p1.page_id = p2.page_id
AND p2.page_title LIKE '%ateljee%'
AND p2.page_is_redirect = 0
LIMIT 20
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...