space in column name and table name, standard?.

2001-05-03 Thread Mohamad Ilhami
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-

Re: space in column name and table name, standard?.

2001-05-03 Thread Rolf Hopkins
, 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

Re: space in column name and table name, standard?.

2001-05-03 Thread Van
] 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