MySQL Forums
Forum List  »  Newbie

Re: Create primary Key
Posted by: Umesh Shastry
Date: April 30, 2005 05:48AM

Hi..

I think this is happening becuase you have used "primary" as column name & which is reserve word in mysql that you cannot use for your table and column names,
MySQL uses some specific words for command processing, so using them in your own coding may confuse things a bit.


Hope This helps!


Thanks,
Umesh AS..

Options: ReplyQuote


Subject
Written By
Posted
April 30, 2005 01:44AM
Re: Create primary Key
April 30, 2005 05:48AM
May 02, 2005 06:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.