hi,
i have a table called student(studentId,name,studentNo).
the studentNo is to be updated with studentId+'some text' after inserting the
row.
if i pass value like student(1,jack)
then the row should be updated like
studentId- 1
studentName- jack
studentNo- SNO1
thanks in advance.