How can we write an update sql statement that would update records and the 'set' value changes every time.
For example: If we have records like this
SomeNumber SomeV CurCode WhatCodeShouldBe 200802754 432 B08 B09 200802754 432 B08 B09 200802754 432 B08 B09 200808388 714 64B C00 200804119 270 64B C00
I wish to update each 'SomeNumber' Record so that 'CurCode' will be same as 'WhatCodeShouldBe'
Thanks for any help!