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
Jmorgan (WMF)
.
Toggle Highlighting
SQL
SELECT COUNT(DISTINCT `rev_user_text`) AS endorsements, page_title FROM ( SELECT page_title, page_id, rev_user_text, rev_comment FROM metawiki_p.page AS p JOIN metawiki_p.categorylinks AS cl ON p.page_id = cl.cl_from JOIN metawiki_p.revision AS r ON p.page_id = r.rev_page WHERE cl.cl_to IN ("IEG_2014_round_2") AND cl.cl_type = "page" AND p.page_namespace = 200 AND p.page_title LIKE "IEG/%" AND (r.rev_comment LIKE ("%Endorse%") OR r.rev_comment LIKE ("%endorse"))) AS tmp GROUP BY page_title ORDER BY endorsements DESC;
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...