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