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
Staeiou
.
Toggle Highlighting
SQL
select SUBSTRING(rc_timestamp,1,10) as hour, count(*) as logactions, sum(rc_log_action="delete") as del, sum(rc_log_action="undelete") as undel, sum(rc_log_action="block") as block, sum(rc_log_action="unblock") as unblock, sum(rc_log_action="protect") as protect, sum(rc_log_action="unprotect") as unprotect, sum(rc_log_action="renameuser") as renameuser from recentchanges where rc_log_type IS NOT NULL group by 1;
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...