Concepts
>
Attributes (MetaAttributes)
> NULLS Order \ PostgreSQL
NULLS Order \ PostgreSQL
NULLS FIRST
Specifies that nulls sort before non-nulls. This is the default when DESC is specified.
NULLS LAST
Specifies that nulls sort after non-nulls. This is the default when DESC is not specified.
Translations
Type
String (63) Enumeration
List of MetaClasses
SQL Clause
.
Value
(1), (2).
This site works best with JavaScript enabled