Make the OpenTenBase partition table Oracle syntax compatible, including but not limited to: alter table main table truncate partition (sub table); select xxx from main table partition (sub table) ...
CREATE TABLE sales ( dept_no number, part_no varchar2, country varchar2(20), date date, amount number ) PARTITION BY RANGE(date) SUBPARTITION BY LIST(country) ( PARTITION q1_2012 VALUES LESS ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results