I have student table
with admission id
, i want to add prefix to that admission id
when i registered
Std Table:
S_AdminID S_Name S_Gender
1 eeee M
2 gggg F
14AD is added to asdmission id I want like this
S_AdminID S_Name S_Gender
14AD1 eeee M
14AD2 gggg F
Thanks in advance