doc-exports/docs/dws/tool/dws_mt_0222.html
Lu, Huayi 27019c2991 DWS TOOL 830.201 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:35:25 +00:00

4.7 KiB
Raw Permalink Blame History

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