MySQL Tutorial/Cursor/Open

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

OPEN Statement

You can activate the cursor by using the OPEN statement:



   <source lang="sql">

OPEN <cursor name>;</source>