Query | Run |
---|---|
select count(*) from ipblocks where ipb_timestamp >= '20230101000000' ; | 1 year ago |
select count(*) from ipblocks where timestamp >= '20230101000000' ; | 1 year ago |
select ipb_timestamp from ipblocks limit 1 ; | 1 year ago |
select timestamp from ipblocks limit 1 ; | 1 year ago |