SQL
AخA
SELECT ll_from
FROM enwiki_p.langlinks
WHERE ll_from = 800
AND ll_lang = 'hy'
AND ll_title IN
(
SELECT page_title
FROM hywiki_p.categorylinks
JOIN hywiki_p.page
ON cl_from = page_id
WHERE cl_to = 'Անգլերեն_ֆիլմեր')
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.