SQLPlus中的COPY指令
转载COPY {FROM database | TO database | FROM database TO database}{APPEND|CREATE|INSERT|REPLACE} destination_table [(column, column, column, ...)]USING query
copy from scott@orcl to scott@orcl insert table1 using select * from table2
可复制大字段
上一篇:blob and clob
下一篇:mvnforum修改备注
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
sqlplus 中@ ? !号的作用
sqlplus中的符号含义
oracle sqlplus 特殊符号