Invalid query : SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY spotter_output.date DESC LIMIT 25 OFFSET 0' at line 3
Whole query: SELECT spotter_output.* FROM spotter_output WHERE 
					
					 ORDER BY spotter_output.date DESC LIMIT 25 OFFSET 0
