Error in sql statement! 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 ')' at line 3 SQL = SELECT distinct td.dest_id, dest_name, dest_description, dest_image, cty_name
FROM travel_country tc, travel_destination td
WHERE tc.cty_id = td.cty_id AND td.dest_id in () DB = africe_db1