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 spotter_output.date >= DATE_SUB(UTC_TIMESTAMP(), INTERVAL 14 DAY) AND spotter_output.format_source NOT IN ('vatsimtxt','vatsimjson') AND ORDER BY spotter_output.date DESC LIMIT 25 OFFSET 0