Zitat von Guenni61
Beitrag anzeigen
Code:
CREATE TABLE IF NOT EXISTS `testname` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tag` int(2) DEFAULT NULL, `monat` int(2) DEFAULT NULL, `jahr` int(4) DEFAULT NULL, `zahl1` int(2) DEFAULT NULL, `zahl2` int(2) DEFAULT NULL, `zahl3` int(2) DEFAULT NULL, `zahl4` int(2) DEFAULT NULL, `zahl5` int(2) DEFAULT NULL, `zahl6` int(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7;
Einen Kommentar schreiben: