Hey
I have a few queries, creates, and drops I want to put in a single sql file. I will then execute this sql file from the db2 command line environment.
The sql will basically be like the following
-------------------------
drop table
create table
drop table
-------------------------
Also, if possible i would like to make the first drop table into 'drop table if exists'. Is this possible? How Could i do this?