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
Ahmad252
.
This query is intended to be used for tests.
Toggle Highlighting
SQL
use fawiki_p; select log_title as کاربر, replace(comment_text,"به_طور_خودکار_توسط_پالایهٔ_ویرایش_بسته_شد._توضیح_قانون_مطابقتیافته:_","") as دلیل from logging join comment on log_comment_id = comment_id join actor on log_actor = actor_id where actor_name = "پالایهٔ ویرایش" -- The username that AbuseFilter uses to perform its actions. Please update if the username has changed. Don't forget to replace spaces with underlines. and log_type = "block" and log_timestamp between "20201207000000" and "20201208000000"; -- The day blocks were performed. Should be updated for each report.
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...