2026-03-12 20:23:15
This commit is contained in:
11
csierra/loop.sql
Normal file
11
csierra/loop.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
SET TIM ON TIMI ON;
|
||||
DECLARE
|
||||
l_date DATE := SYSDATE;
|
||||
l_seconds INTEGER := 600;
|
||||
BEGIN
|
||||
WHILE l_date + (l_seconds/24/60/60) > SYSDATE -- loop for l_seconds
|
||||
LOOP
|
||||
NULL;
|
||||
END LOOP;
|
||||
END;
|
||||
/
|
||||
Reference in New Issue
Block a user