MODIFY the key field???

suvidha
suvidha Member Posts: 117
Is posiible to Modify a field if that field is a part of Primary key???
i am getting an error in this case how can i overcome this problem???

Answers

  • lubost
    lubost Member Posts: 633
    Try use RENAME.
    But in many circumstances is better use delete and insert record sequence.
  • suvidha
    suvidha Member Posts: 117
    Thank you... Delete and insert worked fine :D