I'd like to create an sql file to execute multiple other sql files.
In order to run or "deploy" the files correctly.
I usually (in oracle) did something like:
@/location/table1.sql
@/location/table1triggers.sql
@/location/table1index's.sql
@/location/table2.sql
@/location/table2triggers.sql
@/location/table2index's.sql
@/location/table1constraints.sql (FK for table 2)
And then just executed that whole file, is there anything like that for db2 iseries / ibm?