SQL$HELP_OLD72.HLB  —  CREATE  TABLE  Arguments  increment-by
    An integer literal value that specifies the increment for the
    sequence created for the IDENTITY column. A negative value
    creates a descending sequence, and a positive value creates an
    ascending sequence. A value of zero is not permitted. If omitted
    the default is 1, that is an ascending sequence.
Close Help