Nothing fancy today, just a simple test case regarding the subject line 🙂 create or replace function mytime return date as begin return sysdate + 5 / 1440; end; / create table foo (c date); create or replace procedure test_interval…
Nothing fancy today, just a simple test case regarding the subject line 🙂 create or replace function mytime return date as begin return sysdate + 5 / 1440; end; / create table foo (c date); create or replace procedure test_interval…