MySQL Tutorial/Cursor/Close

Материал из SQL эксперт
Перейти к: навигация, поиск

CLOSE Statement

When you are finished with the cursor, you should close it.

The CLOSE statement to accomplish this is simple:



   <source lang="sql">

CLOSE <cursor name>;</source>