RE: A space is contained in colum??

2001-10-31 Thread Jay Fesco
> When I create a table, one colum contains a space, how can I caeate it > correctly? > > like: > > CREATE TABLE mytable( > name CHAR(60) NOT NULL, > Email VARCHAR(50) NOT NULL, > Thrid colum CHAR(60), ///Here there is a > space? > PRIMARY KEY (Email)

RE: A space is contained in colum??

2001-10-31 Thread Rick Emery
What do you mean "there's a space"? You mean after the comma in "CHAR(60), "? And you you provided is not what you entered into mysql, because "Thrid colum CHAR(60)," won't work; "colum" is not a legal data type -Original Message- From: I. TS [mailto:[EMAIL PROTECTED]] Sent: Wednesday,