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

高速创建分区表

2013-08-20 
快速创建分区表create table test_partition partition by list(statis_month) (partition p201306 values

快速创建分区表

create table test_partition partition by list(statis_month) (partition p201306 values(201306)) as?

select 201306 statis_month,

? ? ? ?1234 test_content

? ? ? ?from dual

热点排行