快速创建分区表
create table test_partition partition by list(statis_month) (partition p201306 values(201306)) as?
select 201306 statis_month,
? ? ? ?1234 test_content
? ? ? ?from dual
发布时间: 2013-08-20 17:47:51 作者: rapoo
快速创建分区表
create table test_partition partition by list(statis_month) (partition p201306 values(201306)) as?
select 201306 statis_month,
? ? ? ?1234 test_content
? ? ? ?from dual