SQL
AخA
select
page_title,
page_len
from page
left join templatelinks on
tl_from = page_id and
tl_namespace = 10 and
tl_title = "Przypisy"
where
tl_from is null
order by
page_len asc
limit
100;
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.