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
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.