Gør brug af funktionerne DATE_SUB() og Now():
select count(*) as cnt
from log
where date >= DATE_SUB(NOW(),INTERVAL 1 HOUR);
Håber det hjælper dig :)
Gør brug af funktionerne DATE_SUB() og Now():
select count(*) as cnt
from log
where date >= DATE_SUB(NOW(),INTERVAL 1 HOUR);
Håber det hjælper dig :)