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
Base
.
Toggle Highlighting
SQL
use metawiki_p; set @row = 0; select @row:=@row+1 as `#`, CONCAT("[[User:", user_name, "|", user_name, "]]") as username, actions, created, modified, removed from ( select user_name, count(*) as actions, count(case when notlog_action = "created" then 1 else null end) as created, count(case when notlog_action = "modified" then 1 else null end) as modified, count(case when notlog_action = "removed" then 1 else null end) as removed from cn_notice_log left join `user` on user_id = notlog_user_id and notlog_timestamp > 20170101000000 group by user_name order by actions desc ) resultset
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...