SQL
AخA
USE etwiki_p;
SELECT CONCAT('* [[', art.page_title ,']], [[Arutelu:', talk.page_title, ']]') as talkpage
FROM page AS talk
JOIN page AS art
ON talk.page_title = art.page_title
WHERE
art.page_is_redirect = 0
AND art.page_namespace = 0
AND talk.page_namespace = 1
AND talk.page_is_redirect = 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.