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