SQL
x
SELECT * FROM actor_logging WHERE actor_name = 'RHaworth';
SELECT log_action, LEFT(log_timestamp,4) AS year, COUNT(*)
FROM logging_userindex
WHERE log_type='delete'
AND log_actor=2933
GROUP BY year, log_action
ORDER BY log_action, year ASC;
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.
Query status: complete
Executed in 24.17 seconds as of Fri, 03 Jan 2020 01:08:55 UTC.