Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Peter Bowman
.
https://pl.wikipedia.org/w/index.php?title=Wikipedia:Zadania_dla_bot%C3%B3w&oldid=65121657#Najkr%C3%B3tsze_artyku%C5%82y_x2
Toggle Highlighting
SQL
select page_title, page_len from page left join templatelinks on tl_from = page_id and tl_from_namespace = 0 and tl_namespace = 10 and tl_title = "Przypisy" left join page_props on pp_page = page_id and pp_propname = "disambiguation" where page_namespace = 0 and page_is_redirect = 0 and tl_from is null and pp_page is null order by page_len asc limit 100; select page_title, page_len from page left join templatelinks on tl_from = page_id and tl_from_namespace = 0 and tl_namespace = 10 and tl_title = "Przypisy" left join page_props on pp_page = page_id and pp_propname = "disambiguation" inner join categorylinks on cl_from = page_id and cl_to = "Informatyka" where page_namespace = 0 and page_is_redirect = 0 and tl_from is null and pp_page 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...