Query Run
select * from logging where log_title in ( 'Florenciac', 'Adsum1369') 2 years ago
select * from logging where log_title = 'Florenciac' 2 years ago
select * from logging where substr(log_timestamp,1,8) ='20211019' and... 2 years ago
select * from logging where substr(log_timestamp,1,8) ='2021101918' and... 2 years ago
select * from logging where substr(log_timestamp,1,10) ='2021101918' 2 years ago
select * from logging where substr(log_timestamp,1,8) ='20211019' 2 years ago
select * from logging where substr(log_timestamp,1,6) ='20211019' 2 years ago
select * from logging where substr(log_timestamp) ='20211019' 2 years ago