将已声明的全局临时表(DGTT)转换为已创建的全局临时表(CGTT)。
Convert a declared global temporary table (DGTT) to a created global temporary table (CGTT).
已创建的全局临时表(CGTT)是DB 2 9.7中的新特性,它提供了以下功能。
Created global temporary tables (CGTTs) are a new feature in DB2 9.7 that provide the following new capabilities.
使用为基线数据的每会话存储创建的全局临时表(CGTT)(对于每个表函数,使用一个 CGTT)。
Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).
清单2将为新创建的全局临时表创建一个公有别名,以便于可以使用gtt _ test来引用它,而不需要限定表名。
Listing 2 creates a public alias for the newly create global temporary table so that it can be referred to as gtt_test without having to qualify the table name.
创建一个用作全局临时表的用户表空间。
Create a user temporary table space for use by the global temporary table.
创建一个用作全局临时表的用户表空间。
Create a user temporary table space for use by the global temporary table.
应用推荐