Greeting All!
I have a quick question. I want to code something like below in dynamic SQL:
Code:
select * from USER.table-name;
I assume that "USER" is the special register, but DB2 does not interpret it as the special register
in this context. Can you advise how can I achieve my need?
Thanks you in advance.
Gary