Fork of Log by MdsShakil
This query is marked as a draft This query has been published by MdsShakil.

SQL

AخA
 
SELECT actor_name, count(log_actor)
from logging
join actor on (logging.log_actor = actor.actor_id)
and logging.log_type in ('gblrename')
group by logging.log_actor
order by count(log_actor) 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.

Checking query status...