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
PleaseStand
.
Toggle Highlighting
SQL
use enwiki_p; select * from category where cat_title = 'All_stub_articles'; select utc_timestamp(6) ts_before; select count(*) pages, count(case when page_namespace = 14 then 1 else null end) subcats, count(case when page_namespace = 6 then 1 else null end) files from categorylinks, page where cl_to = 'All_stub_articles' and page_id = cl_from; select utc_timestamp(6) ts_after;
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...