Re: spaces in table/column name

2004-12-10 Thread andy thomas
On Thu, 9 Dec 2004, sharif islam wrote: > How mysql deals with spaces in table / column name? I am also using > mysqlcc. If I try the following in the doesn't work. Creating table > name with spaces from mysqlcc didn't give any error. But the following > does: > >

Re: spaces in table/column name

2004-12-10 Thread Patrick
coNet Corporation SW Florida's 1st ISP - Original Message - From: "sharif islam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 4:07 PM Subject: spaces in table/column name > How mysql deals with spaces in table / column name? I am

Re: spaces in table/column name

2004-12-09 Thread gerald_clark
sharif islam wrote: How mysql deals with spaces in table / column name? I am also using mysqlcc. If I try the following in the doesn't work. Creating table name with spaces from mysqlcc didn't give any error. But the following does: INSERT INTO 'tbl name with spaces' (col1, &

Re: spaces in table/column name

2004-12-09 Thread SGreen
ALUES(15,16); Shawn Green Database Administrator Unimin Corporation - Spruce Pine sharif islam <[EMAIL PROTECTED]> wrote on 12/09/2004 04:07:42 PM: > How mysql deals with spaces in table / column name? I am also using > mysqlcc. If I try the following in the doesn't work. Crea

spaces in table/column name

2004-12-09 Thread sharif islam
How mysql deals with spaces in table / column name? I am also using mysqlcc. If I try the following in the doesn't work. Creating table name with spaces from mysqlcc didn't give any error. But the following does: INSERT INTO 'tbl name with spaces' (col1, 'col name w