SLEEP
sleepβ
Warning
This function cannot be used in a production environment and will have serious implications.
descriptionβ
Syntaxβ
BOOLEAN sleep(INT num)
Sleeps the current session for num
second(s)γ
exampleβ
mysql> select sleep(10);
+-----------+
| sleep(10) |
+-----------+
| 1 |
+-----------+
keywordsβ
sleep