In SQL Server, the function WAITFOR instructs SQL Server to wait until the specified amount of time has passed
In Oracle SLEEP function can be used to get a similar behavior.
Is there any equivalent function in DB2?
If not is there any special reason that DB2 has not provided a support for these functions?
Thanks a lot!
-Vijay
In Oracle SLEEP function can be used to get a similar behavior.
Is there any equivalent function in DB2?
If not is there any special reason that DB2 has not provided a support for these functions?
Thanks a lot!
-Vijay