INSERT-SELECT 操作

优化具有以下格式的 INSERT-SELECT 查询的方法有以下几种:

INSERT /*+direct*/ INTO destination SELECT * FROM source;