oracle新增分區(qū)語句 oracle分區(qū)表怎么修改range分區(qū)字段?
oracle分區(qū)表怎么修改range分區(qū)字段?根據(jù)您的描述,您可以使用range partition“alter table name add partition value less than va
oracle分區(qū)表怎么修改range分區(qū)字段?
根據(jù)您的描述,您可以使用range partition“alter table name add partition value less than value table space”作為示例:alter table test1 add partition p2016501 value less than(to uuu Date(“20160601”,“yyyyymmdd”)tablespace S2------以便您可以在5月份加入分區(qū)