Du skal bruge ` (backtick) for at identificere en kolonne, hvis du bruger single ' , dette vil blive behandlet som streng bogstavelig.
SELECT * FROM syshealth WHERE `timestamp` < DATE_SUB(NOW(),INTERVAL 15 MINUTE)
Du skal bruge ` (backtick) for at identificere en kolonne, hvis du bruger single ' , dette vil blive behandlet som streng bogstavelig.
SELECT * FROM syshealth WHERE `timestamp` < DATE_SUB(NOW(),INTERVAL 15 MINUTE)