While you can use space in column names, it is not a very good idea as some
systems can't handle spaces.  Your just begging for trouble if you do use
space. Better to use underscores instead.

----- Original Message -----
From: "Mohamad Ilhami" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 10:13
Subject: space in column name and table name, standard?.


> Hi,
>
> I think mysql support space in column name and table name, using left
> tick " ` " like
>
> create table `my foo` (`foo column` char(10) primary
> key);
>
> But phpmyadmin is broken with this. So, What about the standard?
>
> TIA
>
> -ilham-
>
>
> ---------------------------------------------------------------------
> 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