Hello,
I am new to DB2, and in process of porting our SQL scripts to run in DB2. In Oracle, I can do the following
File: scr2.sql
select * from tab2;
File scr1.sql
select * from tab1;
@scr2.sql
How can I call scr2.sql from scr1.sql in DB2 ? Please pardon if this is a dumb question, but I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.