Good teachers:
I want to insert data from a table and update the data. How to implement:
Example: ID year data
1 2003 50
2 2002 40
3 2003 60
I want to update the 2003 data to 2004 data and to retain the original 2003 data.
Teacher wants to advise.