FETCH
FETCH cursor_name INTO var_name [, var_name] ...
cursor_name
var_name
This statement fetches the next row (if a row exists) using the specified open cursor, and advances the cursor pointer.