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
Ankry
.
Toggle Highlighting
SQL
use plwikisource_p; select (select count(*) from categorylinks where cl_to = 'Nieskorygowana') as "Nieskorygowana - strony", (select cat_pages from category where cat_title = 'Nieskorygowana') as "Nieskorygowana - licznik"; select (select count(*) from categorylinks where cl_to = 'Skorygowana') as "Skorygowana - Strony", (select cat_pages from category where cat_title = 'Skorygowana') as "Skorygowana - licznik"; select (select count(*) from categorylinks where cl_to = 'Uwierzytelniona') as "Uwierzytelniona - strony", (select cat_pages from category where cat_title = 'Uwierzytelniona') as "Uwierzytelniona - licznik"; select (select count(*) from categorylinks where cl_to = 'Problemy') as "Problemy - strony", (select cat_pages from category where cat_title = 'Problemy') as "Problemy - licznik"; select (select count(*) from categorylinks where cl_to = 'Bez_treści') as "Bez treści - strony", (select cat_pages from category where cat_title = 'Bez_treści') as "Bez treści - licznik";
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...