Specifies DBMS-specific syntax to be added to the CREATE TABLE statement.
| Category: | Table Control |
| Data source: | DB2 under UNIX and PC, Greenplum, MySQL, Netezza, Oracle, SAP HANA, Teradata |
create table temp {options table_type=column dbcreate_table_opts="partition by range (x)
(partition 1 <= values < 10, partition others)"}
(x int, y int);