Query Run
select log_type, SUBSTR(log_timestamp,1,6) as AAAAMM, AVG(count(*)) from... 2 years ago
select log_type, SUBSTR(log_timestamp,1,6) as AAAAMM, AVG(*) from... 2 years ago
select log_type, SUBSTR(log_timestamp,1,6) as AAAAMM, count(*) from... 2 years ago