Description

Use to set the Nulls Order for the given column if the column is found in the partition key. PARAMETERS: Name of the partition column (String), Nulls Order (String).

Syntax

Public Sub SetNullsOrderForPartitionColumn( _
   ByVal Name As Variant, _
   ByVal NullsOrder As Variant _
)

Parameters

  • Name
  • NullsOrder


  • No labels