CLOSE¶
Close a cursor
Description¶
Closes cursors created with DECLARE
CLOSE ALL closes all cursors. CLOSE name closes the cursor identified by
its name. CLOSE name on a cursor that does not exist results in an error.
CLOSE¶Close a cursor
Closes cursors created with DECLARE
CLOSE ALL closes all cursors. CLOSE name closes the cursor identified by
its name. CLOSE name on a cursor that does not exist results in an error.