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
WikiBayer
.
Toggle Highlighting
SQL
SELECT u.user_name, gg.gg_group_name FROM user AS u JOIN user_groups AS ug ON ug.ug_user = u.user_id JOIN global_group_membership AS ggm ON ggm.ggm_user = u.user_id JOIN global_groups AS gg ON gg.gg_group_id = ggm.ggm_group WHERE ug.ug_group = 'globaluser' ORDER BY gg.gg_group_name, u.user_name;
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...