UNSORTABLECOLUMNS attribute
The UNSORTABLECOLUMNS
attribute indicates that the columns of the
table cannot be selected by the user for sorting.
Syntax
UNSORTABLECOLUMNS
Usage
When using this attribute in a TABLE
definition, the end user will not be
allowed to sort rows.
Example
TABLE t1 ( UNSORTABLECOLUMNS )