MySQL Tutorial/Cursor/Close — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 09:49, 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>;