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