View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 07:12 AM
Kai Ruhnau
 
Posts: n/a
Default Re: What is MySQL's field delimiter ??

Stefano Del Furia wrote:
> Hi all,
> i have a table that have some fields that have names with spaces.
> I know that some databases use [] as delimiter but this don't works
> with MySQL
> What is MySQL's field delimiter ??
> Thanks in advance
> Stefano


It is a backtick:
`

But do not mix it up with ', " or ยด

Greetings
Kai

--
This signature is left as an exercise for the reader.
Reply With Quote