How to update record using cursor in plpgsql?

后端 未结 0 1816
孤街浪徒
孤街浪徒 2020-12-13 00:49

create or replace function printstudent() returns int as $$

declare

c1 cursor for select marks from students for update ;
r1 students.marks%rowtype;
cn         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题