pause
The pause
statement is used to suspend execution of a USE script for a specified time.
Syntax
pause
delaytime
Details
The delaytime parameter is the number of milliseconds to wait before continuing. A value of 0 is allowed, in which case no delay will occur.
The pause
statement may be useful in cases where an external data source imposes some form of rate limiting on the number of queries that can be serviced in a given time-frame, or to slow down execution at critical points when debugging a long or complex script.
Example
Last updated
Was this helpful?