1. 程式人生 > >mysql sleep函式

mysql sleep函式

文章來自:原始碼線上https://www.shengli.me/mysql/66.html

 

一、sleep函式用途:

 

它可以讓sql執行的時候sleep(pause)一段時間。

 

二、用法(語法):sleep(duration),其中duration的單位是秒。

 

sleep(5) from db; 

 

三、例項:

 

程式碼//

 

This statement is interrupted using KILL QUERY from another session

 

 

 

 

 

This statement is interrupted by timing out