Skip to main content
Skip to main content

SLEEP

sleep​

Description​

Syntax​

BOOLEAN sleep(INT num)

Make the thread sleep for num seconds.

example​

mysql> select sleep(10);
+-----------+
| sleep(10) |
+-----------+
| 1 |
+-----------+
1 row in set (10.01 sec)

keywords​

sleep