ERROR - Bad Select Statement: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` WHERE LogDateTime >= now() - INTERVAL 24 HOUR ORDER BY time' at line 2

SELECT unix_timestamp(LogDateTime) AS time, ET FROM Realtime` WHERE LogDateTime >= now() - INTERVAL 24 HOUR ORDER BY time