Fork of
Untitled query #24602
by Nikerabbit
This query is marked as a draft
This query has been published
by Quiddity (WMF).
SQL
x
use wikidatawiki_p;
SELECT rc_user_text, count(*)
FROM recentchanges, change_tag
WHERE
rc_id = ct_rc_id AND
ct_tag = 'OAuth CID: 378'
GROUP BY rc_user
desc limit 40;
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.