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
Uhai
.
For main space articles To do: minimize discrepancies by treating all FL -> FA, Stub -> Start, etc. Also need to eliminate articles with inappropriate assessments, e.g. File or Portal (use separate query to find these issues) Edge case: https://en.wikipedia.org/w/index.php?title=!!!!!!!&redirect=no
Toggle Highlighting
SQL
SELECT CONCAT('https://en.wikipedia.org/wiki/', p.page_title) AS 'Page', COUNT(DISTINCT pa.pa_class) AS 'Differing assessments' FROM page p INNER JOIN page_assessments pa ON p.page_id = pa.pa_page_id AND pa.pa_class != '' WHERE p.page_namespace = 0 GROUP BY p.page_title HAVING COUNT(DISTINCT pa.pa_class) > 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...