select log_params from logging
where log_type = 'move'
and log_namespace =... |
4 years ago |
select * from logging
where log_type = 'move'
and log_namespace = 118
and... |
4 years ago |
select * from logging
where log_type = 'move'
and log_timestamp >... |
4 years ago |
select * from logging
where log_timestamp > 20200518000000
limit 10;
|
4 years ago |
select * from logging limit 10;
|
4 years ago |