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
André Costa (WMSE)
.
Finds the users of a given OAuth-enabled tool on a wiki. The counted contributions are only those which have resulted in an edited page.
Toggle Highlighting
SQL
select r.rev_user_text as user, distinct(r.rev_user_text) from svwiki_p.change_tag c join svwiki_p.revision r where c.ct_tag = "OAuth CID: 501" limit 10 group by user
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...