Insert any row whose row partition number evaluates to a value outside the valid range into the table specified by save_table.
The keyword INTO is optional.
The WITH INSERT INTO save_table clause is sometimes referred to as a null partition handler. You cannot specify a null partition handler for a join index.
The save_table and the table being altered must be different tables with different names or they must be in different databases.