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
Yamaha5
.
Toggle Highlighting
SQL
use fawiki_p; select concat('[[user:',user_name,']]'), log_action, count(log_action) from user join logging on log_user = user_id where log_type ='patrol' and log_action='patrol' and log_timestamp>20160601000000 and not (user_name like '%bot' or user_name like '%Bot' or user_name like 'پالایه%') group by log_user, log_type order by 2,3 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...