SQL
AخA
use fawiki_p;
select
rev_user_text,
count(rev_id) as freq
from revision_userindex
join user_groups
on rev_user = ug_user
and ug_group = 'sysop'
where
rev_page = 147882 -- ویکی•پدیا:تابلوی اعلانات مدیران
and rev_timestamp > date_format(date_add(current_date(), interval -7 day), "%Y%m%d000000")
and rev_user <> 0
group by rev_user_text
order by freq desc
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.