Introduction - If you have any usage issues, please Google them yourself
On the various programming SQL, stored procedures, triggers, three modes, static and dynamic cursor declare cursor2 cursor static for select* from student go open cursor2 go fetch first from cursor2 update student set sage = sage+1 where sno = ' 0001 '