DO

Description

The DO statement executes the specified expression, but does not return the result. In general, the execution speed of the DO statement is higher than that of the SELECT expression statement, because the database server does not return the operation result or errors.

Syntax

DO expression