Oracle中分区表的使用(11) 5 item_description varchar2(300), 6 transaction_date date not null 7 ) 8 partition by range (transaction_date)