更新时间:2023-03-17 GMT+08:00
支持中文字符
输入:中文(
create table test11(a int,b int)/*create table test11(a int,b int)*/;
输出
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
输入:中文)
create table test11(a int,b int)/*create table test11(a int,b int)*/;
输出
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
输入:中文,
create table test11(a int,b int)/*create table test11(a int,b int)*/;
输出
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
输入:支持中文SPACE
create table test11(a int,b int)/*create table test11(a int,b int)*/;
输出
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
父主题: Oracle语法迁移