欢迎投稿

今日深度:

快速创建分区表

快速创建分区表


快速创建分区表
 
create table test_partition partition by list(statis_month) 

(partition p201306 values(201306)) as 

select 201306 statis_month,

       1234 test_content

       from dual

 


www.htsjk.Com true http://www.htsjk.com/oracle/21108.html NewsArticle 快速创建分区表 快速创建分区表 create table test_partition partition by list(statis_month) (partition p201306 values(201306)) as select 201306 statis_month, 1234 test_content from dual...
相关文章
    暂无相关文章
评论暂时关闭