The attempt was made to change the value of a key column in a temporary table to a new value. This is not allowed. Key columns can only be changed in permanent tables.
If another key value is wanted, delete the row with the old key value and insert a row with the new key value.