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
Strainu
.
Toggle Highlighting
SQL
USE rowiki_p; SELECT COUNT(*),t.pl_title FROM page INNER JOIN ( SELECT * from pagelinks INNER JOIN ( SELECT page_id,page_title,page_is_redirect FROM `page` INNER JOIN (SELECT cl_from from categorylinks WHERE cl_to = 'Articole_fără_legături' AND cl_type = 'page') AS s ON s.cl_from = page_id ) AS s ON pl_title = s.page_title WHERE pl_from_namespace = 0 AND pl_namespace = 0 ) AS t on t.pl_title = page.page_title GROUP BY page.page_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...