FetchLast()

 variable.FetchLast()

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

CALL cur_v.FetchLast()