SQL
AخA
use enwikisource_p;
use enwiki_p;
select * from enwiki_p.iwlinks left join enwikisource_p.page
on enwiki_p.iwlinks.iwl_title = enwikisource_p.page.page_title
where enwiki_p.iwlinks.iwl_prefix = 'wikisource' and enwikisource_p.page.page_title IS NULL and enwiki_p.iwlinks.iwl_title like "A%"
limit 1000
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.