From: Malte Andreasson Date: March 18 1999 8:46am Subject: Newbie create table problem List-Archive: http://lists.mysql.com/win32/19 Message-Id: <3.0.6.32.19990318094636.007fdec0@mailbox.mutter.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I'm just about going nuts here over this problem. I give the command mysql < skapa.txt and the file skapa.txt looks like this: use ecce; create table hela ( datum date, kanal tinyint, vdag tinyint, tid time, pgm varchar, tusen int, pct float, man float, kvinnor float, iiitvi float, viitx float, xitxiv float, xvtxxiv float, xxvtxxxix float, xltlix float, lxplus float, xvtxxix float, xvtxxxiv float, xvtxliv float, xvtlix float, xxvtlix float, mxvtxxxiv float, kxvtxxxiv float, mxvtlix float, kxvtlix float, lengd time, andel float, vidd float); It *should* work, in my opinion -- nevertheless, I get parse errors. Anyone see right away what my problem is?