Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

RANGE分区问题

$
0
0
两种建表方案 方案A: create table pdba (id number, time date) partition by range (time) ( partition p20160901 values less than (to_date(\'2016-09-01\', \'yyyy-mm-dd\')), partition p20160902 values less than (to_date(\'2016-09-02\', \'yyyy-mm-dd\') ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles