This query is marked as a draft This query has been published by Snævar.

SQL

AخA
 
use iswiki_p;
select count(linter_page), page_title, linter_cat, linter_params from linter
join page on linter_page = page_id
where linter_cat != 2,
and linter_cat != 4
and linter_cat != 5
and linter_cat != 3
and linter_cat != 8
group by linter_page limit 5000
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...