----------Original Message---------  
<cut>

> 
> CREATE TABLE nuke_contactbook(

<cut>

> 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 )

You seem to be trying to create contactid key twice?

> )
> 
> 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


Terry

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

Reply via email to