Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
استفاده از دسترسیهای مدیریتی در یک ماه اخیر
by
Yamaha5
This query is marked as a draft
This query has been published
by
Yamaha5
.
Toggle Highlighting
SQL
use fawiki_p; select concat('[[user:',user_name,']]'), count(user_id) from user join logging on log_user = user_id where log_type in ('delete', 'block', 'protect','abusefilter','merge') and log_timestamp>20160601000000 and not (user_name like '%bot' or user_name like '%Bot' or user_name like 'پالایه%') group by log_user order by 2 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...