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
AkatsukiRinn
.
Toggle Highlighting
SQL
SELECT user.user_id, user.user_registration, user.user_name FROM user right join (select ufg_user, ufg_group, count(*) as total_groups from user_former_groups where total_groups = 1 group by ufg_user) as user_former_groups on user.user_id = user_former_groups.ufg_user where timestampdiff(MONTH, user.user_registration, '2011-02-11 00:00:00') < 6 and user_former_groups.ufg_group = 'autoreviewer' and user_former_groups.ufg_group != 'bot'
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...