
复制createtable AAA ( id number primarykey,数据 indate datenotnull ) partition by range(indate) ( partition part_01 values less than(to_date(2006-01-01,yyyy-mm-dd))tablespace space01, partition part_02 values less than(to_date(2010-01-01,yyyy-mm-dd))tablespace space02, partition part_03 values less than(maxvalue)tablespace space03 ); 1.2.3.4.5.6.7.8.9.10.11.