create temporary table的意思|示意
创建临时表
create temporary table的网络常见释义
创建一个临时表 ... 3.2.复制一个已存在的表(copy an existing table) 3.3.创建一个临时表(create temporary table) 设置PCTFREE和PCTUSED ...
允许使用 ... 允许使用CREATE TABLE 允许使用CREATE TEMPORARY TABLE 允许使用CREATE USER, DROP USER, RENAME USER和REVOKE ALL PRIVILEGES。 ...
create temporary table相关短语
1、 Create Temporary Table Error 创建临时表出错
create temporary table相关例句
You should create one or more USER temporary table spaces for storing data of temporary tables.
您应当创建一个或多个 USER 临时表空间来存储临时表的数据。
It is best to create user temporary table space from the system one.
最好从系统临时表空间创建用户临时表空间。
Then for that database, a user can be granted the CREATE TEMPORARY TABLES privilege, along with any other privileges required for temporary table operations done by that user.
然后对于该数据库,可以向用户授予CREATE TEMPORARY TABLES权限以及该用户执行的临时表操作所需的任何其他权限。
The script below shows an example, which you can modify to create a user temporary table space in your environment.
下面的脚本给出了一个例子,我们可以对其进行更改,从而在自己的环境中创建一个用户临时表空间。
Recall that in order to use temporary tables, a user temporary table space must exist in the database (none exists by default). Here's how you would create such a table space.
我们记得为了要使用临时表,数据库中必须存在一个用户临时表空间(默认情况下没有)。
Step 2: In Development Center, create the procedure close_temp which drops the temporary table session.temp.
步骤2:在Development Center中,创建过程close_temp来删除临时表session . temp。