SQL
AخA
/*
select count(distinct page.page_title) from pagelinks
inner join page on page.page_id = pagelinks.pl_from
where pl_namespace in (100)
and pl_title like "Trains"
and pl_from_namespace in (1,0)
*/
select * from langlinks
where ll_lang like "arwiki"
limit 10
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.