At 11:21 -0400 8/13/02, [EMAIL PROTECTED] wrote:
>I am using MySQL version 3.23.33
>
>I was just playing around showing some one here at work some things when I
>accidently created a table named '44'.  The server allowed me to do so -
>but will now not enable me to rename or drop the table (or add data to it
>for that matter).  Here is a dump of it's definition:

Use backticks:

DROP TABLE `44`;

>
>Well - actaully - it won't even let me do that......
>
>Well - I don't know if your already aware of this...... Just thought I'd
>let you know!
>
>
>Bob Krukowski
>Systems Analyst
>Canadian Heritage Information Network


---------------------------------------------------------------------
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