Re: Error creating tables

2001-02-06 Thread Rus
in manual: - DECIMAL[(M[,D])] [ZEROFILL] An unpacked floating-point number. Cannot be unsigned. Behaves like a CHAR column: ``unpacked'' means the number is stored as a string, using one character for each digit of the value. The decimal point and, for

RE: Error creating tables

2001-02-06 Thread Roger Ramirez
I copied and pasted your create table query into mysql and it created the table without a problem. I'm using 3.32.32. mysql describe top - ; +-+---+--+-+-++ | Field | Type | Null | Key | Default | Extra |