CLOSE¶
Close a cursor.
Synopsis¶
CLOSE { name | ALL }
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.