On Fri, 23 Feb 2001 15:50:23 -0500, "Joe and Nancy M"
<[EMAIL PROTECTED]>   wrote:

>>What is wrong with this syntax, it looks like what chapter 7.7 says.
>>
>>mysql>  CREATE TABLE cur (FLD1 char(30), FLD2 numeric(6,2), FLD3 int(7));
>>
>>I get a parse error.

Joe,


I don't think "numeric" is a valid data type, numeric describes the various
numerical data types, but isn't actually a data type, like DECIMAL(m,d) or
FLOAT(m,d)


Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225) 686-2002















---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to