MySQL Tutorial/Miscellaneous Functions/SLEEP
Версия от 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);