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
Teibit
.
Along with other useful statistics.
Toggle Highlighting
SQL
SELECT cl_from AS Page_ID, cl_to AS Category, CASE WHEN cl_to LIKE "%Artículos%calidad%desconocida%" THEN 1 ELSE 0 END AS 'Unknown', CASE WHEN cl_to LIKE "%Artículos%calidad%baja%" THEN 1 ELSE 0 END AS Stub, CASE WHEN cl_to LIKE "%Artículos%calidad%esbozo%" THEN 1 ELSE 0 END AS 'Start', CASE WHEN cl_to LIKE "%Artículos%calidad%media%" THEN 1 ELSE 0 END AS C, CASE WHEN cl_to LIKE "%Artículos%calidad%buena%" THEN 1 ELSE 0 END AS B, CASE WHEN cl_to LIKE "%Artículos%calidad%alta%" THEN 1 ELSE 0 END AS GA, CASE WHEN cl_to LIKE "%Artículos%calidad%destacada%" THEN 1 ELSE 0 END AS FA, COUNT(DISTINCT rev_id) AS Editcount, COUNT(DISTINCT rev_user) AS Editors FROM eswiki_p.categorylinks INNER JOIN eswiki_p.revision ON revision.rev_page = cl_from WHERE cl_to LIKE "%Artículos%calidad%desconocida%" OR cl_to LIKE "%Artículos%calidad%baja%" OR cl_to LIKE "%Artículos%calidad%esbozo%" OR cl_to LIKE "%Artículos%calidad%media%" OR cl_to LIKE "%Artículos%calidad%buena%" OR cl_to LIKE "%Artículos%calidad%alta%" OR cl_to LIKE "%Artículos%calidad%destacada%" GROUP BY cl_from limit 20
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...