I have students table having 50 records
Table ----->SId,SName,Marks,ClassId
In this table i have 10 records which are having ClassId value 0 ---> for these 10 records i want to change student names to
StudentName+1
StudentName+2
StudentName+3
.
.
.
StudentName+10.
Plz help in doing this.