forked from docs/doc-exports
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>
4.7 KiB
4.7 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)*/;
Parent topic: Oracle Syntax Migration