Declare
Cursor cursor_name
Is
The select STUNO from student;
The begin
For c_row cursor_name in loop
Dbms_output. Put_line (c_row. StuNo);
end loop;
End
an error condition
Just start to learn the cursor
Bosses give advice or comments please, how to define success
CodePudding user response:
The last line, the comma is not specified, all error!CodePudding user response:
The last line, the comma is not specified, so an error!CodePudding user response:
CodePudding user response:
Not a semicolon? How can you say a comma ahCodePudding user response: