SQL
AخA
SELECT P1.page_title, A.actor_name, R.rev_timestamp, P1.page_len
FROM ukwiki_p.revision R
JOIN ukwiki_p.page P1 ON R.rev_page = P1.page_id
JOIN ukwiki_p.page P2 ON P1.page_title = P2.page_title
JOIN ukwiki_p.categorylinks CL ON P2.page_id = CL.cl_from
JOIN ukwiki_p.actor A ON R.rev_actor = A.actor_id
WHERE R.rev_parent_id = 0
AND P1.page_namespace = 0
AND P2.page_namespace = 1
AND CL.cl_to = "Статті,_створені_під_час_тижня_птахів"
ORDER BY P1.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.