Incorrect decimal (integer) value: '' mySQL

In der mySQL Workbench-Datenbank weist eine der Tabellen Breiten-, Längen- und Bezirksattribute auf.

lat: decimal (10,8)

lng: decimal (11,8)

district: int (4)

Ich versuche, Daten aus der CSV-Datei in diese Tabelle zu importieren.

ERROR 1366: 1366: Incorrect decimal value: '' for column 'lat' at row 1
SQL Statement:
ERROR 1366: 1366: Incorrect integer value: '' for column 'district' at row 1
SQL Statement:
INSERT INTO `db`.`myTable` (`id`, `name_en`, `icon`, `lat`, `lng`, `district`, `city`, `postal_code`)
    VALUES ('686', 'Name',?, '', '', '','1', 'P.O. Box 1111')

Antworten auf die Frage(2)

Ihre Antwort auf die Frage