Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 db2 表,它最初是在其中两列上使用范围分区创建的,但现在我觉得没有必要进行范围分区。如何在不删除表中已存在的数据的情况下从表中删除范围分区。
恐怕你不能这样做(除了创建一个没有分区的新表并将所有数据复制到那里 - 如果你有外键约束,这可能会很棘手......)。
这是您必须在创建时决定您想要什么的 DB2 概念之一。