RE: Error creating tables

2001-02-06 Thread Roger Ramirez
ko Lehtme [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 8:36 AM > To: [EMAIL PROTECTED] > Subject: Error creating tables > > > Can anyone help? > In this script is one bug but i can't find it :( > > create table top( > Id int(11) DEFAULT &#x

Re: Error creating tables

2001-02-06 Thread Rus
--- I suppose that M and D is not optional parameters for NUMERIC type. - Original Message - From: Esko Lehtme <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 4:36 PM Subject: Error creating tables > Can anyone help? > In

Error creating tables

2001-02-06 Thread Esko Lehtme
Can anyone help? In this script is one bug but i can't find it :( create table top( Id int(11) DEFAULT '0' NOT NULL auto_increment, nadalnumeric, kuupaev DATE, usa1 text, usa2 text, usa3 text, usa4 text, usa5 text,