Query Run
select now() + 0, count(*) as n from ipblocks where ipb_expiry !=... 2 years ago
select now() + 0, ipb_expiry from ipblocks where ipb_expiry !=... 2 years ago
select count(*) as n from ipblocks where ipb_expiry != 'infinity' and... 2 years ago
select now() ; 2 years ago
select now() + 0 ; 2 years ago
select now( 0 ) + 0, ; 2 years ago
select unix_timestamp(), ipb_expiry from ipblocks where ipb_expiry... 2 years ago
select count(*) as n from ipblocks where ipb_expiry != 'infinity' and... 2 years ago
select count(*) as n from ipblocks where ipb_expiry != 'infinity' ; 2 years ago
select ipb_expiry from ipblocks where ipb_expiry != 'infinity' limit 5 ; 2 years ago
select count(*) as n from ipblocks where ipb_expiry != 'infinity' and... 2 years ago
select count(*) as n from ipblocks where ipb_expiry < unix_timestamp() ; 2 years ago