plsql developer 导出insert语句 添加 双引号"

2024-11-18 19:35:23
推荐回答(2个)
回答1:

自己写sql语句就行了。
例如:
select 'insert into "tbname" ("col1","col2"...) values ('||col1||','||col2||') ;' from tb name ;

类似的,然后使用spool 放到文本里面。

回答2:

某个字段的值是一个 insert语句吗 ?
select '"字段"' from 表名; 不知道理解的对不