MySQL Forums
Forum List  »  Newbie

Re: Insert conflict between field names and built-in commands
Posted by: Ramalingam Chelliah
Date: April 18, 2005 01:24AM

Hi,

You can use backticks ( ` ) to quote those reserverd words in case you use them as table or field names...

Refer:
http://dev.mysql.com/doc/mysql/en/legal-names.html

http://dev.mysql.com/doc/mysql/en/reserved-words.html

Regards,
Ram.

We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
Re: Insert conflict between field names and built-in commands
April 18, 2005 01:24AM


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.