Oracle Insert Select with order by
问题 I am working on a plsql procedure where i am using an insert-select statement. I need to insert into the table in ordered manner. but the order by i used in the select sql is not working. is there any specific way in oracle to insert rows in orderly fashion? 回答1: The typical use case for an ordered insert is in order to co-locate particular value in the same blocks (effectively reducing the clustering factor on indexes on columns by which you have ordered the data). This generally requires a