I have the following problem: I have lines like
ID CODE NAME .........
1 h1100h1 Cool example1 .........
2 h654441 Another cool1 .........
I would like to change them, retaining all the old primary keys and restrictions. Of course, I can easily solve this manually by updating the lines. I'm just wondering if anyone has a great solution for this kind of problem, and not just running the update command manually. I really really appreciate any suggestions or recommendations.
Shiva source
share