:: DEVELOPER ZONE
DOexpr[,expr] ...
DO executes the expressions but doesn't return
any results. This is shorthand for SELECT
, but has the
advantage that it's slightly faster when you don't care about the
result.
expr, ...
DO is useful mainly with functions that have side
effects, such as RELEASE_LOCK().
DO was added in MySQL 3.23.47.
© 1995-2005 MySQL AB. All rights reserved.

User Comments
Warning: query failed: Unknown column 'user.firstname' in 'field list' in /data0/sites/live/web-main/lib/mysql-cxn.php on line 69
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data0/sites/live/web-main/lib/docbook.php on line 245
Add your own comment.