Concepts
>
Attributes (MetaAttributes)
>
NULLS ORDER \ DB2 10.5
NULLS ORDER \ DB2 10.5
Indicates the partition placement of rows that have null values in
the table partitioning key columns. These clauses do not affect the
order of rows that are returned in an ORDER BY clause.
NULLS LAST
Indicates that null values are compared as the highest possible
value, and are placed in a range ending at MAXVALUE.
NULLS FIRST
Indicates that null values are compared as the lowest possible
value, and are placed in a range starting at MINVALUE.
Translations
Type
String (1) Enumeration
List of MetaClasses
SQL Clause
.
Value
(F), (L).
This site works best with JavaScript enabled