Fork of
Categorized user gadgets
by Immogmog123
This query is marked as a draft
This query has been published
by Immogmog123.
SQL
x
use enwiki_p;
SELECT COUNT(DISTINCT page_title) FROM page
INNER JOIN categorylinks ON page.page_id = categorylinks.cl_from AND categorylinks.cl_to IS NOT NULL
WHERE page.page_content_model = 'javascript' AND page.page_namespace = 2;
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.