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 (716,19,359,980)
LIMIT 64' at line 4
Query:
SELECT *
FROM flights
WHERE
iata_start_id IN () AND
iata_end_id IN (716,19,359,980)
LIMIT 64;