From: Peter Brawley Date: August 28 2008 12:14pm Subject: Re: escape a dash in table name List-Archive: http://lists.mysql.com/mysql/214273 Message-Id: <48B696B3.5060408@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >How do you escape a dash in a table name such as temp-08-08-28? Best not to use them at all. If you must for some odd reason, use backticks round the name. PB Dan O'Keefe wrote: > How do you escape a dash in a table name such as temp-08-08-28? > > Thanks, > > Dan > >