去掉PowerDesigner中自动生成的sql中的引号


PowerDesigner中默认生成的sql是带引号的,在pl/sql中执行sql命令显示是正确的,但是有时删除表时会提示找不到,只有在表名上加上引号才可以删除掉。

以下设置可以去掉生成的sql中的引号:

在菜单Database-> Edit Current DBMS...-> Script-> Sql-> Format-> CaseSensitivityUsingQuote 改为no

相关内容