Partition Clause

A table definition specifies partitioning through a PARTITION BY clause:

PARTITION BY expression

where expression resolves to a value derived from one or more table columns.

Requirements and Restrictions

PARTITION BY expressions can specify leaf expressions, functions, and operators. The following requirements and restrictions apply:

See Also

Using Table Partitions in the Administrator's Guide.