의미론
기록
이름을 반복 지수는 커서FOR
LOOP
문 암시적으로 선언으로%ROWTYPE
레코드의 변수는 유형cursor
또는select_statement
반환합니다.
record
로컬 커서FOR
LOOP
문입니다. 루프 내부의 문은record
및 해당 필드를 참조 할 수 있습니다. 별칭으로 만 가상 열을 참조 할 수 있습니다., 루프 외부의 문은record
를 참조 할 수 없습니다. 후에 커서FOR
LOOP
문을 실행하는record
가 정의되지 않습니다.
커
이름의 명시적되는 커서가 열려 있지 않은 경우 커서FOR
LOOP
입력합니다.
actual_cursor_parameter
cursor
의 정식 매개 변수에 해당하는 실제 매개 변수.,
select_statement
SQL SELECT
statement (not PL/SQL SELECT
INTO
statement). For select_statement
, PL/SQL declares, opens, fetches from, and closes an implicit cursor. However, because select_statement
is not an independent statement, the implicit cursor is internal—you cannot reference it with the name SQL
.
See Also:
Oracle Database SQL Language Reference for SELECT
statement syntax
label
답글 남기기