MySQL Tutorial/Cursor/Close
Версия от 13:44, 26 мая 2010; (обсуждение)
CLOSE Statement
When you are finished with the cursor, you should close it.
The CLOSE statement to accomplish this is simple:
CLOSE <cursor name>;
When you are finished with the cursor, you should close it.
The CLOSE statement to accomplish this is simple:
CLOSE <cursor name>;