Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
বাংলা উইকি:Articles by lint errors except for Obsolete HTML tags
by
ZI Jony
This query is marked as a draft
This query has been published
by
Gnoeee
.
০২-০৮-২০১৮
Toggle Highlighting
SQL
select page_title , count(*) as page_count , sum(case when linter_params like '%"name":"center"%' then 1 end) as tag_center , sum(case when linter_params like '%"name":"small"%' then 1 end) as tag_small , sum(case when linter_params like '%"name":"span"%' then 1 end) as tag_span , sum(case when linter_params like '%"name":"div"%' then 1 end) as tag_div , sum(case when linter_params like '%"name":"b"%' then 1 end) as tag_b , sum(case when linter_params like '%"name":"i"%' then 1 end) as tag_i , sum(case when linter_params like '%"name":"s"%' then 1 end) as tag_s from linter join page on page.page_id = linter.linter_page where page.page_namespace=0 and linter_cat != 2 group by page.page_id order by count(*) desc, page_title asc limit 50000;
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...