DO expression, [expression, ...]
上の構文では、式が実行されますが、結果は何も返されません。これは
SELECT expression, expression
の省略形ですが、結果が必要ない場合には、処理速度がやや速いという利点があります。
この構文は、主に、RELEASE_LOCK
などのように副次的な影響のある関数に使用すると便利です。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.