Aufgebaut ist die Tabelle so

CREATE TABLE IF NOT EXISTS `klickis_umwandlung` (
`id` int(250) NOT NULL AUTO_INCREMENT,
`Datum` date NOT NULL,
`Wert` int(11) NOT NULL DEFAULT '1',
`Kurs` double(11,2) NOT NULL DEFAULT '0.00',
`Umrechnung` varchar(250) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;


heutiger Eintrag