select into

  • 网络语句中使用;语句不同的是;语句无法用于与

select intoselect into

select into

语句中使用

PL/SQL -->... ... TYPE type_name IS RECORD --type_name 用于指定自定义记录类型的名称 1. SELECT INTO 语句中使用 ...

语句不同的是

DB2 V8.1 应用开发认证准备: 第 3... ... 语句也可以用于构造复杂查询。但是与 SELECT 语句不同的是SELECT INTO 与 SEL…

语句无法用于与

DB2 V8.1 应用开发认证准备: 第 3... ... 语句一样,当执行 VALUES INTO 语句无法用于与 SELECT INTO 同样,如果执行 VAL…

建立现有采矿模型的副本

资料采矿延伸模组 (DMX) 资料定义陈述式 ... DROP MINING STRUCTURE 从资料库删除采矿结构。 SELECT INTO 建立现有

创建现有挖掘模型的副本

数据挖掘扩展插件 (DMX) 数据定义语句 ... DROP MINING STRUCTURE 从数据库中删除挖掘结构。 SELECT INTO 创建现有

复制

-- 作者记录的复制(Select Into)select * into au from authorsselect * from au-- 查看数据表结构(Select Into并没有对数据表的约...

1
The mobile directory catalog condenses the entries from directories that you select into a directory catalog database. 便携式目录编目对选入目录编目数据库中的目录的条目进行了压缩。
2
Buyers and sellers self-select into and out of markets based upon their preferences, their willingness-to-pay, and the cost of production. 买卖双方根据自己的喜好,自己愿支付的成本,以及产品本身的成本,自由选择是进入还是放弃某个市场。
3
Therefore, any calculations produced by COMPUTE do not appear in the new table created with the SELECT INTO statement. 因而,任何由COMPUTE生成的计算结果都不会出现在用SELECTINTO语句创建的新表内。
4
An error occurs if no column name is specified to a column created by a SELECT INTO or CREATE VIEW statement. 如果没有为SELECTINTO或CREATEVIEW语句创建的列指定列名,将会发生错误。
5
Ironically, in many cases the program may not care to even check the outcome of the SELECT INTO and the condition handlers work was in vain. 具有讽刺意味的是,在许多情况下,程序甚至可能不在乎检查SELECTINTO的结果是什么,因此,条件处理程序的工作是徒劳的。
6
OPENXML can be used in SELECT and SELECT INTO statements where a source table or view can be specified. OPENXML可在用于指定源表或源视图的SELECT和SELECTINTO语句中使用。
7
One school of thought might suggest the use of the SELECT INTO as an alternative to the CHAIN operation. 另一种思路的人可能建议使用SELECTINTO作为CHAIN操作的替代选项。
8
Also note that there is no SORT at the top because the statement is a SELECT INTO rather than a cursor. 还应注意的是,在顶部没有SORT,因为该语句是一种SELECTINTO,而不是游标。
9
This can change the data type of the table created using SELECT . . . INTO if the SELECT list contains such expressions. 如果SELECT列表包含此类表达式,则这样可以更改使用SELECT…INTO创建的表的数据类型。
10
The SELECT INTO statement works only if the structure of the existing model is compatible with the algorithm of the new model. 仅当现有模型的结构与新模型的算法兼容时,才能使用SELECTINTO语句。
11
Regular SELECT INTO statements can return only one row. 常规的SELECTINTO语句只返回一行。
12
Specifies the table to select into the columns from received messages. 指定从已收到的消息选到列的表。
13
The SELECT INTO statement creates the new mining model by copying schema and other information that is not specific to the actual algorithm. SELECTINTO语句通过复制非实际算法特有的架构和其他信息来创建新挖掘模型。
14
In this scenario, a SELECT INTO statement is processed. 在这个场景中,要处理一条SELECTINTO语句。
15
For more information, see Inserting Rows by Using SELECT INTO. 有关详细信息,请参阅使用SELECTINTO插入行。
16
To create a new table from values in another table, you can use SELECT INTO. 若要通过另一个表中的值创建新表,可以使用SELECTINTO。
17
The SELECT INTO must return a single row or it fails. SELECTINTO必须返回单个行,否则就会失败。
18
The eager write process writes dirty data pages associated with nonlogged operations such as bulk insert and select into. 勤奋写入进程会写入与无日志记录的操作(例如大容量插入和选择插入)相关联的脏数据页。
19
Describes how to insert rows using the INSERT and SELECT INTO statements. 介绍如何使用INSERT和SELECTINTO语句插入行。
20
In SQL Server 2000, this option is required to create a permanent table with SELECT INTO. 在SQLServer2000中,必须通过此选项使用SELECTINTO创建永久表。