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
Nettrom
.
To what extent are Low-importance articles in WikiProject Medicine also covered by other WikiProjects? This query gives a rough estimate by identifying the number of importance-related categories a talk page is in.
Toggle Highlighting
SQL
USE enwiki_p; SELECT count(clow.cl_from) AS num_articles FROM (SELECT cl_from FROM categorylinks WHERE cl_to='Low-importance_medicine_articles') AS cmed JOIN categorylinks clow ON cmed.cl_from=clow.cl_from WHERE clow.cl_to REGEXP "^(((Top|High|Mid|Low|Unknown)-importance)|Unassessed).*articles$" GROUP BY page_id HAVING count(*) > 1; SELECT count(clow.cl_from) AS num_articles FROM (SELECT cl_from FROM categorylinks WHERE cl_to='Low-importance_medicine_articles') AS cmed JOIN categorylinks clow ON cmed.cl_from=clow.cl_from WHERE clow.cl_to REGEXP "^(((Top|High|Mid|Low|Unknown)-importance)|Unassessed).*articles$" GROUP BY page_id HAVING count(*) = 1;
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...