当前位置:操作系统 > Unix/Linux >>

快速创建分区表

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

(partition p201306 values(201306)) as 

select 201306 statis_month,

       1234 test_content

       from dual

 


CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,