The only way to do this is by using a dynamic temp-table. But, once a dynamic temp-table has been prepared you cannot change it anymore (and you must prepare the temp-table before you can use it).
A static temp-table (one that you "set up" by using a DEFINE TEMP-TABLE statement) can not be changed at all.
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.