MySQL Tutorial/Miscellaneous Functions/SLEEP — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 09:49, 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);