Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Within WikiProject Biology in-links to :en:Biology and :en:Abdominal_cavity
by
EpochFail
This query is marked as a draft
This query has been published
by
EpochFail
.
Toggle Highlighting
SQL
SELECT pl_title AS article_title, COUNT(article.page_id) AS wp_articles, SUM(wplinked.pl_from IS NOT NULL) AS links_from_wp FROM categorylinks INNER JOIN page talk ON cl_from = talk.page_id AND talk.page_namespace = 1 INNER JOIN page article ON talk.page_title = article.page_title AND article.page_namespace = 0 LEFT JOIN pagelinks AS wplinked ON article.page_id = pl_from AND pl_namespace = 0 WHERE cl_to = "WikiProject_Biology_articles" GROUP BY article_title;
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...