Supondo que sua tabela seja chamada
ata_table
, então a consulta seria algo como:select
*
from data_table
where
`time` > unix_timestamp()-300;
ata_table
, então a consulta seria algo como:select
*
from data_table
where
`time` > unix_timestamp()-300;