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