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
可复制大字段
转载于:https://blog.51cto.com/ndebyq/172407