This query is marked as a draft This query has been published by Uhai.

SQL

AخA
 
SELECT COUNT(p.page_id) AS 'With intentionally blank SD'
FROM page p
LEFT JOIN page_props pp ON p.page_id = pp.pp_page AND pp.pp_propname = 'wikibase-shortdesc'
WHERE p.page_namespace = 0
AND p.page_id IN (
    SELECT cl_from
    FROM categorylinks
    WHERE cl_to IN ('Pages_with_short_description', 'Articles_with_short_description')
)
AND pp.pp_value IS NULL;
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.

Checking query status...