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 "%Articles%qualitat%" THEN 1 ELSE 0 END AS FA, CASE WHEN cl_to LIKE "%Articles%bons%" THEN 1 ELSE 0 END AS GA, COUNT(DISTINCT rev_id) AS Edit_count, COUNT(DISTINCT rev_user) AS Editors FROM cawiki_p.categorylinks INNER JOIN cawiki_p.revision ON revision.rev_page = cl_from WHERE cl_to LIKE "%Articles%bons%" OR cl_to LIKE "%Articles%qualitat%" GROUP BY cl_from limit 20 #testing
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...