Hi folks,

 

Please take a look at following issue that I got today:

 

The following queries I executed aim to test if Monetdb supports GBK characters(Chinese), since I have to use Chinese characters in my system to display the reports.

 

I’m not sure if I missed some setting such as ‘set characters=’utf-8’? The following alias after the ‘as’ is a Chinese character ‘I’.

 

sql>select source as '' from session;

42000!syntax error, unexpected STRING in: "select source as ''"

 

sql>select source as from session; 

unexpected character (U+6211)

 

sql>select source as "" from session; 

Invalid identifier ''

 

 

Thanks in advance,

Tony