Asumiendo que su tabla se llama ata_table
, entonces la consulta sería algo como:
select
*
from data_table
where
`time` > unix_timestamp()-300;
Asumiendo que su tabla se llama ata_table
, entonces la consulta sería algo como:
select
*
from data_table
where
`time` > unix_timestamp()-300;