Frederico,
Version is Db2 9.7. Operating system=linux.
The type of temp table is GTT (global temporary table).
Inside the DBI Pert script, the GTT is created in database A using "create temporary table xyz as select a.column1, b.column2, ...".
Then, in the same DBI Perl script, I need to...
In a perl dbi script, I create a db2 temp table on database A using "as select" to define columns. Then, I need to redefine the temp table on another database B. Does any of you have any hints on how to generate the ddl of the global temp table on database A?
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.