CLOSE

Use CLOSE to close a cursor previously opened with DECLARE.

Syntax

CLOSE <cursor_name>;
Syntax element Description
<cursor_name> The name of an open cursor to close.
Back to top ↑