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
 
可复制大字段