Hi People,

Please, how are the error whit my sql?

I receive this message when I execute it in phpMyAdmin 2.5.0:

My sql host server is the portlandsql.

Erro

comando SQL :

CREATE TABLE nuke_contactbook(

uid int( 11 ) DEFAULT '0' NOT NULL ,
contactid int( 11 ) NOT NULL AUTO_INCREMENT ,
firstname varchar( 50 ) ,
lastname varchar( 50 ) ,
email varchar( 255 ) ,
company varchar( 255 ) ,
homeaddress varchar( 255 ) ,
city varchar( 80 ) ,
homephone varchar( 255 ) ,
workphone varchar( 255 ) ,
homepage varchar( 255 ) ,
IM varchar( 255 ) ,
events text,
reminders int( 11 ) ,
notes text,
PRIMARY KEY ( contactid ) ,
KEY contactid( contactid ) ,
KEY uid( uid )
)

Mensagens do MySQL :


You have an error in your SQL syntax near 'events text,
reminders int( 11  ) ,
notes text,
 PRIMARY  KEY ( contactid ) ,
 K' at line 13
Thanks very much.Marcelo---Outgoing mail is certified Virus Free.Checked by
AVG anti-virus system (http://www.grisoft.com).Version: 6.0.491 / Virus
Database: 290 - Release Date: 18/6/2003


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to