At 08:36 PM 11/5/2002 -0800, Phil Straw wrote:
> summary VARCHAR NOT NULL,
Need to specify length:
summary VARCHAR(10) NOT NULL,
http://www.mysql.com/doc/en/CREATE_TABLE.html
- Robert
-
Before posting, please check:
htt
At 20:36 -0800 11/5/02, Phil Straw wrote:
OK guys, I am a relative newbie with MySql, but know something at least of
databases. Please can you direct me as to where this CREATE statement is
wrong. I am lost.
I get ERRORCODE 1064 which looks to be near DB_ERROR_SYNTAX in the code.
Before wading th
OK guys, I am a relative newbie with MySql, but know something at least of
databases. Please can you direct me as to where this CREATE statement is
wrong. I am lost.
I get ERRORCODE 1064 which looks to be near DB_ERROR_SYNTAX in the code.
Before wading through all that I though I might ask the exp