From: Dan Nelson Date: February 18 2003 6:37pm Subject: Re: reserved or key words as database object names. List-Archive: http://lists.mysql.com/mysql/132730 Message-Id: <20030218183712.GG90978@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 example, by enclosing them in double quotes. I > would like to use such names for compatibility reasons with other > database we are currently using. You can quote reserved words by enclosing them in backtics: `Case` -- Dan Nelson dnelson@stripped sql query