Query Run
SELECT MONTH(log_timestamp), COUNT(*) FROM logging JOIN actor ON log_actor =... 2 years ago