Skip to content

Sleeps seconds seconds on each data block.

!!! warning Only used for testing where sleep is required.

SLEEP(seconds)
Arguments Description
seconds Must be a constant column of any nonnegative number or float.|

UInt8

SELECT sleep(2);
┌──────────┐
│ sleep(2) │
├──────────┤
0
└──────────┘