Query Run
select SUBSTRING(log_timestamp,1,8) as day, count(distinct log_title) as... 7 years ago
select SUBSTRING(log_timestamp,1,8) as day, count(distinct log_title) as... 7 years ago
select SUBSTRING(log_timestamp,1,8) as day, count(distinct log_title) from... 7 years ago
select SUBSTRING(log_timestamp,1,8) as day, count(*) from logging where... 7 years ago
select SUBSTRING(log_timestamp,1,8) as day, count(*) from logging where... 7 years ago
select SUBSTRING(log_timestamp,1,8) as day from logging where log_action =... 7 years ago
select * from logging where log_action = 'block' limit 10; 7 years ago
select * from logging where log_action = 'block' limit 10; 7 years ago
select * from logging limit 10; 7 years ago
describe logging; 7 years ago