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
Lucarosty
.
Toggle Highlighting
SQL
select totale, count(*) as page_count_error, totale * count(*) as weight from ( select page.page_id, page_namespace, page.page_title, linter.linter_params, count(*) as totale from linter join page on page.page_id = linter.linter_page where linter_cat = 19 and page_namespace = 3 group by page.page_id, page_namespace, page.page_title, linter.linter_params) as tmp group by totale order by totale desc; select page.page_id, page_namespace, page.page_title, linter.linter_params, count(*) as totale from linter join page on page.page_id = linter.linter_page where linter_cat = 19 and page_namespace = 3 group by page.page_id, page_namespace, page.page_title, linter.linter_params order by totale desc limit 0, 300;
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...