Hi,

...
> > Is there a way to create column names with spaces ?
> > 
> 
> Yes you can use backquotes for this:
> 
> create table `a b` ( `x y` int );

Doesnt the normal (SQL9?) double quote do the trick? :

create table "a b" ( "x y" int );

// Jarmo


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