19.1.8.3 Cursor `FETCH' Statement ................................. FETCH CURSOR_NAME INTO VAR_NAME [, VAR_NAME] ... This statement fetches the next row (if a row exists) using the specified open cursor, and advances the cursor pointer.