Hi
Sairema,If you have more than oen fields as the primary key, you should put these primary-key fields in the where state when upadte:
update Person set manager = 'Mary' where id=1 and name ='edith'
Here the id and name fields are the primary keys.
Does this works for you? If you have any questions or concerns, please update the thread and we will have a further discussion.
Best Regards
Yichun Feng
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.