SQL$HELP_OLD72.HLB  —  ALTER  INDEX  Arguments  TRUNCATE_ALL_PARTITIONS
    This clause operates in a similar way to TRUNCATE TABLE, but just
    on one index. The index is automatically set to MAINTENANCE IS
    ENABLED DEFERRED (i.e. build-pending state) if it was currently
    ENABLED IMMEDIATE. Otherwise is stays in a disabled state.

    No other clauses may appear in the same ALTER INDEX statement.
Close Help