SQL$HELP_OLD72.HLB  —  ALTER  INDEX  Arguments  DUPLICATES_ARE_ALLOWED
    Converts a UNIQUE index to a non-unique index. An index altered
    in this manner allows duplicate key values into the index. Note
    that there is no way for you to reverse this change once you
    commit the ALTER INDEX statement, other than by dropping and
    redefining the index.
Close Help