Description
(IBM DB2 UDB 9.x only) Looks for the column in the distribution key. If it finds it, it returns the column's number. PARAMETERS: Name of the distribution column (String). RETURN DATATYPE: Integer.
Syntax
Public Function GetDistributionColumnNumber( _ ByVal Name As Variant _ ) As Long
Parameters
- Name