摘要: create table range_list_part_tab(id number,deal_date date,area_code varchar2(12),contents varchar2(4000)) partition by range(area_code) subpartition b 阅读全文
posted @ 2019-02-27 00:05 绿茶有点甜 阅读(898) 评论(0) 推荐(0)