$sql.metaData.nullsAreSortedLow

Retrieves whether NULL values are sorted low.
Syntax
    $sql.metaData.nullsAreSortedLow{jdbcProfileName}
DocumentationRetrieves whether NULL values are sorted low.
Sorted low means that NULL values sort lower than any other value in a domain.
In an ascending order, if this method returns true, NULL values will appear at the beginning.
By contrast, the method nullsAreSortedAtStart indicates whether NULL values are sorted at the beginning regardless of sort order.

:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      1 if so; 0 otherwise
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1