{ “title”: “SLEEP”, “language”: “en” }

sleep

description

Syntax

BOOLEAN sleep(INT num)

Sleeps the current session for num second(s)。

example

mysql> select sleep(10);
+-----------+
| sleep(10) |
+-----------+
|         1 |
+-----------+

keywords

sleep