SQL ManualSQL FunctionsString FunctionssleepOn this pagesleepsleepβ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