SQL
AخA
USE elwiki_p;
SELECT page_len,
page_namespace,
page_title,
cl_to
FROM page
JOIN categorylinks ON cl_from = page_id
WHERE cl_to LIKE '%επέκταση'
AND page_len >= 50000
ORDER BY page_len DESC;
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.