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

SQL

AخA
 
SELECT P.page_title, P.page_len
FROM ukwiki_p.page P
JOIN ukwiki_p.page PT ON P.page_title=PT.page_title
JOIN ukwiki_p.categorylinks CL ON PT.page_id=CL.cl_from
WHERE P.page_namespace=0 AND PT.page_namespace=1 
 AND CL.cl_to="Статті_WikiGap_2020"
ORDER BY P.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.

Checking query status...