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
MarioGom
.
Toggle Highlighting
SQL
WITH ugroups AS (SELECT user_name, GROUP_CONCAT(ug_group SEPARATOR ',') AS groups FROM user INNER JOIN user_groups ON user.user_id = user_groups.ug_user WHERE user_name = 'MarioGom' GROUP BY user_id) SELECT ipb_address, actor_name, groups, ipb_timestamp, comment_text FROM ipblocks INNER JOIN actor_ipblocks AS actor ON ipblocks.ipb_by_actor = actor.actor_id INNER JOIN comment_ipblocks AS comment ON ipblocks.ipb_reason_id = comment.comment_id INNER JOIN ugroups ON ugroups.user_name = actor.actor_name WHERE TRUE AND ipb_timestamp > "20210000000000" AND ipb_timestamp < "20220000000000" ORDER BY ipb_timestamp 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...