Is it illegal to include spaces in a table name or column name?
I do have a problem with mysqldump which doesn't include the
` character and thereby prevent me to restore databases with
tablenames / column names with spaces.

PS: DROP TABLE `Table Name` does work. Just remember
that you have to use the character ` and not ´ or ' which gave me
some problems in the beginning. 


Best regards,
RTX Telecom A/S
Benny B. Simonsen
BB/Project Engineer
System Development
RTX Telecom A/S
Stroemmen 6
DK-9400 Noerresundby.
Phone.: +45 96 32 23 00
Fax.: +45 96 32 23 10
E-mail: [EMAIL PROTECTED]
Web: www.rtx.dk



> -----Original Message-----
> From: Colin Faber [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, September 20, 2001 10:14 AM
> To:   Håkan Elmqvist
> Cc:   [EMAIL PROTECTED]
> Subject:      Re: Illegal table names
> 
> you can try 
> 
> 
> DROP TABLE `table name`;
> 
> 
> Håkan Elmqvist wrote:
> > 
> > By accident, I don't know how (perhaps microsoft played me a trick), I
> > managed to create a table with a name containing spaces i. e. a useless
> > table with an illegal name.
> > Now would like to drop that table. Is there anyone who knows how?
> > H
> > 
> > Professor Håkan Elmqvist
> > Avdelningen för medicinsk teknik
> > Institutionen för medicinsk laboratorievetenskap & teknik
> > KAROLINSKA INSTITUTET
> > Novum
> > 141 57 Huddinge
> > Tel 46-8-585 837 55, Fax 46-8-779 55 50
> > epost [EMAIL PROTECTED]
> > Organisationsno. 01 202100-2973 01
> > Vat No. SE 202100297301
> > 
> > ---------------------------------------------------------------------
> > 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
> 
> ---------------------------------------------------------------------
> 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

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