Chinese Character Support
Input-Chinese (
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Input-Chinese )
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Input-Chinese,
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Input-Support Chinese SPACE
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Last Article: Data Type
Next Article: Netezza Syntax Migration
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.