DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) do

Info Catalog (mysql.info) delete (mysql.info) data-manipulation (mysql.info) handler
 
 13.2.2 `DO' Syntax
 ------------------
 
      DO EXPR [, EXPR] ...
 
 `DO' executes the expressions but does not return any results. In most
 respects, `DO' is shorthand for `SELECT EXPR, ...', but has the
 advantage that it is slightly faster when you do not care about the
 result. However, `DO' does not report any errors. Instead, it reports
 errors as warnings.
 
 `DO' is useful primarily with functions that have side effects, such as
 `RELEASE_LOCK()'.
 
Info Catalog (mysql.info) delete (mysql.info) data-manipulation (mysql.info) handler
automatically generated byinfo2html