UNMOVABLECOLUMNS attribute

The UNMOVABLECOLUMNS attribute prevents the user from moving columns of a table.

Syntax

UNMOVABLECOLUMNS 

Usage

When using this attribute in a TABLE definition, the end user will not be allowed to move columns around.

TABLE t1 ( UNMOVABLECOLUMNS )