SQL
AخA
select foo.cl_from, page.page_id, page.page_title, page.page_len, "Start" as class from
(select *
from categorylinks as qual
where qual.cl_to="C-Class_Politics_of_the_United_Kingdom_articles"
order by RAND()
) as foo
left join page on foo.cl_from=page.page_id
where page.page_len > 7500;
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.