Robert,
Tuesday, August 13, 2002, 6:21:08 PM, you wrote:

R> I am using MySQL version 3.23.33

R> I was just playing around showing some one here at work some things when I
R> accidently created a table named '44'.  The server allowed me to do so -
R> but will now not enable me to rename or drop the table (or add data to it
R> for that matter).  Here is a dump of it's definition:

R> Well - actaully - it won't even let me do that......

R> Well - I don't know if your already aware of this...... Just thought I'd
R> let you know!

You should use backticks if you use only digits in the table name,
like
    RENAME TABLE `44` TO `55`;






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to