30 Jul
2007
30 Jul
'07
1 p.m.
Bharani wrote:
Hi,
I am trying to insert ansi characters and it doesn't seem to be working in monetdb/sql
insert into reason values(100,'SAVE 25¢ ON ICE CREAM');
reason is a table with Id integer message string
The client thinks the query is not complete and prompts '>more'. What should i configure to get this working
Thanks Bharani
MonetDB does not support ANSI characters, only UTF-8 encoded characters. -- Sjoerd Mullender