Query error: 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 ') AND
iata_end_id IN (1005,935,975,277)
LIMIT 64' at line 4
Query:
SELECT *
FROM flights
WHERE
iata_start_id IN () AND
iata_end_id IN (1005,935,975,277)
LIMIT 64;