Du måste använda ` (backtick) för att identifiera en kolumn om du använder singel ' , detta kommer att behandlas som bokstavlig sträng.
SELECT * FROM syshealth WHERE `timestamp` < DATE_SUB(NOW(),INTERVAL 15 MINUTE)
Du måste använda ` (backtick) för att identifiera en kolumn om du använder singel ' , detta kommer att behandlas som bokstavlig sträng.
SELECT * FROM syshealth WHERE `timestamp` < DATE_SUB(NOW(),INTERVAL 15 MINUTE)