ERROR - Bad Select Statement: Unknown column 'LogDateTime' in 'field list'

SELECT unix_timestamp(LogDateTime) AS time, temp,dew,apptemp,wchill,FeelsLike FROM Dayfile WHERE LogDateTime >= now() - INTERVAL 24 HOUR ORDER BY time