Re: creating tables using a number THIS IS A BUG

2001-09-14 Thread Matt Wagner
indrek siitan writes: > Hi, > > > SO this does seem like a bug .. hope MySql guys see this. I have > > looked but can't find anything about how to contact in case of bugs .. > > mail to [EMAIL PROTECTED] :-) er, [EMAIL PROTECTED] -- For technical support contracts, visit https://order.mysql

Re: creating tables using a number THIS IS A BUG

2001-09-14 Thread Paul DuBois
At 11:17 AM -0700 9/14/01, Igbar Foosenhopper wrote: >FYI .. > >I just tried this my self with > >CREATE TABLE 010823 (tstamp TIMESTAMP (14) , >name VARCHAR (10) not null , PRIMARY KEY (tstamp), INDEX (name)) > >and got ... > >MySQL said: You have an error in your SQL syntax nea

Re: creating tables using a number THIS IS A BUG

2001-09-14 Thread indrek siitan
Hi, > SO this does seem like a bug .. hope MySql guys see this. I have > looked but can't find anything about how to contact in case of bugs .. mail to [EMAIL PROTECTED] :-) Rgds, Indrek -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/

Re: creating tables using a number THIS IS A BUG

2001-09-14 Thread Igbar Foosenhopper
FYI .. I just tried this my self with CREATE TABLE 010823 (tstamp TIMESTAMP (14) , name VARCHAR (10) not null , PRIMARY KEY (tstamp), INDEX (name)) and got ... MySQL said: You have an error in your SQL syntax near '010823 (tstamp TIMESTAMP (14) , name VARCHAR (10) not null ,