Note: The system fails to create the table if a table with the same name already exists in the user database.
注意: 如果这个表格的名称与这个用户数据库中已经存在的名称相同,这个系统就不能创建这个表格。
To create the table, run the following SQL command from a command line (substitute the schema name of your choice, but the table name is fixed).
为了创建表,请在命令行中运行以下SQL命令(替代您所选择的模式名,但是表名称是固定的)。
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.
清单2将为新创建的全局临时表创建一个公有别名,以便于可以使用gtt _ test来引用它,而不需要限定表名。
应用推荐