Fork of
Danna-patrol check2
by אמא של גולן
This query is marked as a draft
This query has been published
by Ivi104.
SQL
AخA
use hrwiki_p;
select count(*), actor.actor_name from logging_userindex
join actor on log_actor = actor_id
and log_type = "patrol"
and not log_action = "autopatrol"
group by actor.actor_name
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.