quoting keywords

2004-08-13 Thread Guenter . Buehrle
Hopefully a simple problem!? ... MySQL produces a server-error when performing a query like SELECT char FROM mytable WHERE id=4711 This seems to be 'char' is a MySQL-keyword. Ok! But how can i quote it??? (I could not find any information about this issue in the documentation...) Help

Re: quoting keywords

2004-08-13 Thread Martijn Tonies
Hi, Hopefully a simple problem!? ... MySQL produces a server-error when performing a query like SELECT char FROM mytable WHERE id=4711 This seems to be 'char' is a MySQL-keyword. Ok! But how can i quote it??? (I could not find any information about this issue in the documentation...)