DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) fetch

Info Catalog (mysql.info) open (mysql.info) cursors (mysql.info) close
 
 17.2.9.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.
 
Info Catalog (mysql.info) open (mysql.info) cursors (mysql.info) close
automatically generated byinfo2html