Förutsatt att din tabell heter ata_table
, då skulle frågan vara något i stil med:
select
*
from data_table
where
`time` > unix_timestamp()-300;
Förutsatt att din tabell heter ata_table
, då skulle frågan vara något i stil med:
select
*
from data_table
where
`time` > unix_timestamp()-300;