add time filter

This commit is contained in:
Stefan Schwarz 2020-08-29 12:02:25 +02:00
parent a0651698a7
commit 711f6814d1

View file

@ -170,6 +170,7 @@ ON
al.macaddr = mtn.macaddr
WHERE
mtn.nickname IS NULL
AND al.erfda > NOW() - INTERVAL 30 MINUTE
ORDER BY
al.erfda DESC
;