FetchFirst()

 variable.FetchFirst()

This method is used to fetch the first row from the active set regardless of the current cursor position. It can be used with only with cursors declared WITH SCROLL. This method moves the cursor to the first row in the active set and retrieves it. It does not accept any arguments.

CALL cur_v.FetchFirst()