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
Woolshin
.
Toggle Highlighting
SQL
SELECT REGEXP_REPLACE(REGEXP_REPLACE(log_title, '_', ' '), 'User:', '') as user_text, CONCAT_WS('PIPE', COLLECT_LIST(log_comment)) as reasons, CONCAT_WS('PIPE', COLLECT_LIST(log_timestamp)) timestamps, CONCAT_WS('PIPE', COLLECT_LIST(log_action)) actions, CONCAT_WS('PIPE', COLLECT_LIST(log_params)) params FROM fawiki_p.logging WHERE log_type = 'block' AND LOWER(log_comment) RLIKE 'harassment|personal attack' AND log_action in ('block', 'reblock') GROUP BY log_title;
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...