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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select rc_user_text, group_concat(distinct(u.ug_group)), count(*) from change_tag join recentchanges on ct_rc_id = rc_id join user_groups u on rc_user = u.ug_user left join user_groups uex on rc_user = uex.ug_user and uex.ug_group in ('sysop', 'extendedconfirmed') where ct_tag = 'مشارکت در نبح' and uex.ug_group is null group by rc_user_text order by count(*) 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...