Re: reserved or key words as database object names.

2003-02-18 Thread Ayyapraju Ganapathiraju
Excellent, Thanks a lot. It worked. - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Ayyapraju Ganapathiraju" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 1:37 PM Subject: Re: reserved or key words as

Re: reserved or key words as database object names.

2003-02-18 Thread Dan Nelson
In the last episode (Feb 18), Ayyapraju Ganapathiraju said: > I need to create a table named "Case", but MySQL is rejecting it, may > be because it is a reserved word. I understand that I can change the > name to something sensible. Is there still a way to create a table > with such names, for exam

reserved or key words as database object names.

2003-02-18 Thread Ayyapraju Ganapathiraju
Hi, I need to create a table named "Case", but MySQL is rejecting it, may be because it is a reserved word. I understand that I can change the name to something sensible. Is there still a way to create a table with such names, for example, by enclosing them in double quotes. I would like to use su