doc-exports/docs/dws/tool/dws_mt_0222.html
Lu, Huayi 346ac31da9 DWS TG 8.1.3.200 VERSION
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-08-28 09:20:17 +00:00

4.0 KiB

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)*/;