This is an old revision of the document!


DRAFT

Omnidex SQL: PARTITION table

Description

Partitions a table into multiple sub partitions.

Syntax

PARTITION table 
         [INTO n] 
         [BY <column | expression>] 
         [IN path]
         [ON [INSTANCE] instance] 
         [WITH options]

Discussion

arg1
arg2

Examples

Simple

2nd example

 
Back to top
dev/sql/statements/partition/home.1273534370.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)