Home > database >  Define the cursor
Define the cursor

Time:09-17

code like this:
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 ah

CodePudding user response:

reference 4 floor wowpH response:
semicolons, isn't it? You said how all commas

You're right, is the titles, I was wrong
  • Related