Aufbau excel:
Code:
"19190007";"Hummel 7";"Polizeihubschrauber";  "2";    NULL;"15";     NULL;"2009-06-02 10:52:42";
 
  Feld1         Feld2             Feld3      Feld4   Feld5 Feld6     Feld7          Feld8
Fehlermeldung Fahrzeug.csv
Code:
Fehler

SQL-Befehl:

INSERT INTO `fms_fz`
VALUES (
'', '19190007', ';', '', 'Hummel 7', ';', '', 'Polizeihubschrauber', ';', '', '2', ';', '', '', ';', '', '0', ';', '', '', ';', '', '2009-06-02 10:52:42', ';', '', ''
)

MySQL meldet: Dokumentation
#1136 - Column count doesn't match value count at row 1
Aufbau sql:

Code:
('69532222', '4-11-12', 'tst112', 2, NULL, '15', NULL, '2009-06-02 01:42:00',);

 kennung, rufname, fahrzeug, status_fz, tki, status_lst, text, timestamp, user`
 Feld1        Feld2     Feld3       Feld4     Feld5  Feld6     Feld7   Feld8       Feld9

Fehlermeldung fms_fz.sql
Code:
Fehler

SQL-Befehl:

--
-- Daten für Tabelle `fms_fz`
--
INSERT INTO `fms_fz` ( `kennung` , `rufname` , `fahrzeug` , `status_fz` , `tki` , `status_lst` , `text` , `timestamp` , `user` )
VALUES (
'69532222', '4-11-12', 'tst112', 2, NULL , '15', NULL , '2009-06-02 01:42:00',
);

MySQL meldet: Dokumentation
#1064 - 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 5