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 have tried to search around quite a bit. Thanks.
- Nihar