重庆思庄Oracle、Redhat认证学习论坛
标题:
oracle 11g 分区之二:哈希分区
[打印本页]
作者:
郑全
时间:
2018-9-7 17:30
标题:
oracle 11g 分区之二:哈希分区
hash分区例子:
create table calling
(call_id number,
phone varchar2(20),
begin_date date
)
partition by hash (begin_date)
(partition p1 tablespace users,
partition p2 tablespace users,
partition p3 tablespace users,
partition p4 tablespace users
)
;
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2