首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle 分区目录

2012-09-08 
Oracle 分区索引create index idx_person2_szjg on person2(szjg)local( partition idx_person2_szjg_j0 t

Oracle 分区索引

create index idx_person2_szjg on person2(szjg)local( partition idx_person2_szjg_j0 tablespace data_j0, partition idx_person2_szjg_cc tablespace data_cc, partition idx_person2_szjg_jl tablespace data_jl, partition idx_person2_szjg_sp tablespace data_sp, partition idx_person2_szjg_ly tablespace data_ly, partition idx_person2_szjg_th tablespace data_th, partition idx_person2_szjg_bs tablespace data_bs, partition idx_person2_szjg_sy tablespace data_sy, partition idx_person2_szjg_bc tablespace data_bc, partition idx_person2_szjg_yb tablespace data_yb);

?

热点排行