跳到主要内容

SLEEP

sleep

警告

此函数不能在生产环境使用,将产生严重影响。

description

Syntax

BOOLEAN sleep(INT num)

使当前会话休眠 num 秒。

example

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

keywords

sleep