CLOSE

CLOSE closes a cursor previously opened with DECLARE.

Syntax

CLOSE cursor_name
Field Use
cursor_name The name of an open cursor to close.
Back to top ↑