Mastering MySQL 4
|
|
DO
The DO syntax is as follows:
DO expression, [expression, ...]
DO has the same effect as a SELECT, except that it does not return results (making it slightly faster).
|
|
|
|
The DO syntax is as follows:
DO expression, [expression, ...]
DO has the same effect as a SELECT, except that it does not return results (making it slightly faster).
|
|