Hello all,
Here is my problem. I am writing a DB2 SQL stored procedure. Here is the main context:
if(true) then
select * from tableA
else
select * from tableB
endif;
How is this accomplished in DB2 SQL stored procedure?
I still have not found a way to accomplish this.
Thanks
Here is my problem. I am writing a DB2 SQL stored procedure. Here is the main context:
if(true) then
select * from tableA
else
select * from tableB
endif;
How is this accomplished in DB2 SQL stored procedure?
I still have not found a way to accomplish this.
Thanks