Code:
create or replace procedure my_parent_proc ... ... call child_proce(params); ...
create or replace procedure my_parent_proc ... ... call child_proce(params); ...
db2 "select trunc_timestamp(current timestamp + cast((30 + extract(second from current timestamp))/ 60 as int) minutes, 'minute'), current timestamp from sysibm.sysdummy1"
create table abc ( empid numeric );
Leave a comment: