MySQL Forums
Forum List  »  InnoDB

Re: very simple INSERT
Posted by: Felix Geerinckx
Date: November 09, 2005 03:34PM

Thiebo Cremers wrote:

> INSERT INTO liens (lien, cat, Lnom, desc, qui, quand) ...
>
> I get an error message saying that I have an error in mysql syntax,

desc is a reserved word and has to be `backquoted` ...

> And this is the instruction phpMyAdmin executes :
>
> INSERT INTO `liens` ( `lien` , `cat` , `Lnom` , `desc` , `qui` , `quand` ) ...

phpMyAdmin seems to know how to backquote.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Views
Written By
Posted
2382
November 09, 2005 07:17AM
Re: very simple INSERT
1537
November 09, 2005 03:34PM
1268
November 10, 2005 05:29AM


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.