MySQL :: MySQL 5.0 Reference Manual :: 13.6.6.3 Cursor FETCH Syntax

MySQL :: MySQL 5.0 Reference Manual :: 13.6.6.3 Cursor FETCH Syntax

瀏覽:675
日期:2025-06-11
FETCH [[NEXT] FROM] cursor_name INTO var_name [, var_name] ... This statement fetches the next row for the SELECT statement associated with the specified cursor (which must be open), and advances the cursor pointer. If a row exists, the ......看更多