MySQL Tutorial/Miscellaneous Functions/SLEEP — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 13:44, 26 мая 2010

SLEEP(duration): Sleeps (pauses) for the number of seconds given by the duration argument, then returns 0.

If SLEEP() is interrupted, it returns 1.



select SLEEP(100);