文章内容具体来源于:https://blog.youkuaiyun.com/fhl812432059/article/details/51241198,
作者只摘取其中自己遇到的一部分问题,详细请参考上边这个链接。
为了解决下边这个问题
drop table “test” cascade constraints;
create table “test”
(
“id” VARCHAR2(20)
“name” VARCHAR2(20)
constraint PK_AAA primary key (“id”)
);comment on table “test” is
‘表’;
Database –> Edit Current DBMS… –> General –> Script –> Sql –> Format –> CaseSensitivityUsingQuote 把 Value 值改为No