2009/07/09

insert /*+ APPEND */ into table_name(column_name) 
select c1 from table
where c1 = ...
and c2 = ...
 

*在insert中加入APPEND提示,此一提示的語法有點像註解,
 新增資料時,不會試著再使用表格已使用的可用空間

結論 : 
一般而言,只有在可再用的空間太小,卻又需要新增大量資料時使用

沒有留言: