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
Iluvatar
.
Toggle Highlighting
SQL
SELECT REGEXP_REPLACE(comment_text, '.*?u:(.*?)\\|.*', '\\1') AS text. log_type FROM logging JOIN actor ON actor_id = log_actor JOIN comment ON comment_id = log_comment_id WHERE log_timestamp > "20220112000000" AND actor_name = "QBA-bot" AND (log_type = "block" OR log_type = "protect") AND (comment_text LIKE "%блокировка ботом%" OR comment_text LIKE "%защита ботом%") ORDER BY log_timestamp DESC LIMIT 100
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...