摘要: --|/ range分区 create table sale( product_id varchar2(5), sale_count number(10,2) ) partition by range (sale_count) ( partition P1 values less than (100 阅读全文
posted @ 2020-07-28 14:39 洺剑残虹 阅读(172) 评论(0) 推荐(0) 编辑