I have a target table which has 2 columns: Name and id.
I have the id I wish to update there but the name is fixed and I don't know how to update the table only having the updated id.
Trying table update, I create a new row with NULL name and the new id.