GNU Info

Info Node: (mysql.info)DO

(mysql.info)DO


Prev: LOAD DATA Up: Data Manipulation
Enter node , (file) or (file)node

`DO' Syntax
-----------

     DO expression, [expression, ...]

Execute the expression but don't return any results.  This is a
shorthand of `SELECT expression, expression', but has the advantage
that it's slightly faster when you don't care about the result.

This is mainly useful with functions that has side effects, like
`RELEASE_LOCK'.


automatically generated by info2www version 1.2.2.9