arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

CLOSE

hashtag
Syntax

CLOSE cursor_name

hashtag
Description

This statement closes a previously opened cursor. The cursor must have been previously opened or else an error occurs.

If not closed explicitly, a cursor is closed at the end of the compound statement in which it was declared.

See for an example.

hashtag
See Also

This page is licensed: GPLv2, originally from

Cursor Overview
Cursor Overview
DECLARE CURSOR
OPEN cursor_name
FETCH cursor_name
fill_help_tables.sqlarrow-up-right
spinner
Cursors in Oracle mode