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 'FROM fulldata WHERE LogDateTime >= now() - INTERVAL 12 HOUR ORDE' at line 2

SELECT unix_timestamp(LogDateTime) AS time, FROM fulldata WHERE LogDateTime >= now() - INTERVAL 12 HOUR ORDER BY time