简体   繁体   中英

Why can't the append operation be performed on a sorted internal table?

为什么对排序好的内表不能执行append操作,但可以执行modify操作?

APPEND 将一行一行地添加到内部表中,如果不保留排序顺序程序将转储,在已排序的表上应使用 INSERT 而不是 APPEND。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM