Code:
Fehler
SQL-Befehl:
ADD `umrechnung` INT( 3 ) NOT NULL DEFAULT '1' AFTER `pro` , ADD `beendet` INT( 10 ) NOT NULL DEFAULT '0' AFTER `umrechnung` , ADD `hinzu` DOUBLE( 10, 2 ) NOT NULL DEFAULT '0.00' AFTER `beendet` -- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `vms_refralley`
--
INSERT INTO `vms_ralleydaten` ( `ralley` , `start` , `ende` , `ralley_art` , `refs` , `art` , `pro` , `umrechnung` , `hinzu` , `beendet` , `jackpot` , `plaetze` , `p1` , `p2` , `p3` , `p4` , `p5` , `p6` , `p7` , `p8` , `p9` , `p10` )
VALUES (
'refralley', 1269695400, 1301227800, 1, 100, 'dynamisch', 10.00, 1, 5000.00, 10000, 5000.00, 3, 1500000000.99, 25.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00
);
MySQL meldet:
#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 'ADD `umrechnung` INT( 3 ) NOT NULL DEFAULT '1' AFTER `pro`,
ADD `beendet` INT( ' at line 1
...