Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
CivilServant thanker study candidates
by
Maximilianklein
This query is marked as a draft
This query has been published
by
Maximilianklein
.
Arabic, German, Farsi, and Polish wiki definitions for users that could receive invites to participate in CivilServant study.
Toggle Highlighting
SQL
SET @AR_USER_GROUP = 'autoreview'; use arwiki_p; select * from ( select user_id, user_name, ug_group, coalesce(user_registration, 20010101000000) as user_registration, (select max(rev_timestamp) from revision_userindex where rev_user = user_id) as most_recent_edit from (select * from user_groups where ug_group = @AR_USER_GROUP) ug join user u on ug.ug_user = u.user_id) coalesced order by most_recent_edit 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...