网站首页  词典首页

请输入您要查询的英文单词:

 

单词 update statement
释义

update statement

  • 网络修改语句;更新语句;更新叙述
1.
修改语句
Oracle学习笔记_oracle... ... 插入语句 insert statement 修改语句 update statement 组合集总计: group by with rollup/cube ...
www.jb51.net
2.
更新语句
话语更新,Discourse... ... ) Update language 更新语言 ) update statement 更新语句 ) News Discourse 新闻话语 ...
www.dictall.com
3.
更新叙述
更新叙述 (UPDATE STATEMENT)18-5删除叙述 (DELETE STATEMENT)18-7 合并(JOINS)19-1 本章使用的关连表19-1 为什 …
www.books.com.tw

例句

释义:
1.
Two types of queries can be used in the WHERE clause of an UPDATE statement: a scalar subquery and a table subquery.
两种查询可以用于UPDATE语句的WHERE子句中:标量子查询和表子查询。
www.ibm.com
2.
The parameter object will be used to set input values in an UPDATE statement, or WHERE clause values in a query (etc. ).
这个参数对象将用于设置UPDATE语句中的输入值,或者用于设置某一查询中的WHERE子句的值(等等)。
www.ibm.com
3.
The structure of the combined plan is nearly identical to that of the UPDATE statement alone.
这个组合的计划在结构上与单独的UPDATE语句几乎一样。
www.ibm.com
4.
IGNORE_DUP_KEY has no effect in an UPDATE statement.
IGNORE_DUP_KEY在UPDATE语句中不起任何作用。
technet.microsoft.com
5.
The set clause of the UPDATE statement replaces the existing document in a given row with a new document.
UPDATE语句的set子句用一个新文档替换给定行中的现有文档。
www.ibm.com
6.
During the execution of a DELETE or UPDATE statement, rows are deleted from the trigger table and transferred to the deleted table.
在执行DELETE或UPDATE语句的过程中,行从触发器表中删除,并传输到删除的表中。
msdn2.microsoft.com
7.
True causes the generated UPDATE statement to include all the columns, whether their values have changed or not.
可使生成的UPDATE语句包含所有列,无论其值是否被更改过。
msdn2.microsoft.com
8.
Issuing an UPDATE statement is fairly easy, as shown in Listing 4, where you modify two columns of a single row.
执行UPDATE语句相当容易,如清单4所示,其中修改了单个行的两列。
www.ibm.com
9.
An UPDATE statement referencing a table or view can change the data in only one base table at a time.
引用某个表或视图的UPDATE语句每次只能更改一个基表中的数据。
msdn2.microsoft.com
10.
If an UPDATE statement violates an integrity constraint , the update does not take place and an error message appears .
如果UPDATE语句违反了完整性约束,则不会进行更新并将显示一条错误消息。
www.bing.com
1.
It allows you to refer to the values in the VERIFY clause of an UPDATE statement.
它允许引用UPDATE语句的VERIFY子句中的值。
www.ianywhere.com
2.
The corresponding error message is returned for the UPDATE statement in the victim transaction, as shown in Listing 19.
出错的事务的UPDATE语句返回相应错误信息,如清单19所示。
www.ibm.com
3.
These columns must be included in the UPDATE statement to meet the NOT NULL requirement of the column.
这些列必须包含在UPDATE语句中,以便满足该行的NOTNULL需要。
msdn2.microsoft.com
4.
A computed column cannot be the target of an INSERT or UPDATE statement.
计算列不能作为INSERT或UPDATE语句的目标。
msdn2.microsoft.com
5.
PRIMARY KEY columns cannot be modified through an UPDATE statement if the member tables have.
列,则PRIMARYKEY列无法通过UPDATE语句进行修改。
msdn2.microsoft.com
6.
In the Value field, enter a host variable : ISBN This creates the update statement that will update the attributes in a particular book.
在Value域中,输入一个主机变量:ISBN。这一步创建一条更新语句,该语句将更新一本特定书籍的属性。
www.ibm.com
7.
The customer profile data from the HTTP request is passed as a parameter to the update statement; no modifications are needed.
来自HTTP请求的客户个人数据作为参数传递给更新语句;不需要修改。
www.ibm.com
8.
You can use the UPDATE statement, followed by the name of the table or view, to change single rows, groups of rows, or all rows in a table.
您可以使用UPDATE语句(后接表或视图的名称)更改表中的单个行、一组行或所有行。
www.ianywhere.com
9.
INSTEAD OF UPDATE triggers can be defined on a view or table to replace the standard action of the UPDATE statement.
可为视图定义INSTEADOFUPDATE触发器以代替UPDATE语句的标准操作。
msdn2.microsoft.com
10.
Tables for a specific trigger contain rows that correspond only to the UPDATE statement that invoked the trigger.
表包含仅与调用触发器的UPDATE语句对应的行。
msdn2.microsoft.com
1.
Variable, within its scope, can be used as a table source in an UPDATE statement.
变量在其作用域内可以用作UPDATE语句中的表源。
msdn2.microsoft.com
2.
In a merge statement, the update operation obeys update statement rules and the insert operation obeys insert statement rules.
在merge语句中,更新操作遵循update语句规则,而插入操作遵循insert语句规则。
www.ibm.com
3.
Next, you construct an SQL command to update the target row by using an SQL UPDATE statement, with a WHERE CURRENT OF clause.
接下来,构造SQL命令来更新目标行,方法为使用带有WHERECURRENTOF子句的SQLUPDATE语句。
www.ibm.com
4.
CELL_UPDATE_ENABLED_WITH_UPDATE (0x00000002) The cell can be updated with an update statement.
CELL_UPDATE_ENABLED_WITH_UPDATE(0x00000002)可使用update语句更新单元。
msdn2.microsoft.com
5.
The CTE result set is derived from a simple query and is referenced by UPDATE statement.
CTE结果集派生自简单查询并由UPDATE语句引用。
msdn2.microsoft.com
6.
For an UPDATE statement, specifies the rows to be updated.
对于UPDATE语句,指定要更新的行。
technet.microsoft.com
7.
Most of the examples in this article show the transform expression in an SQL UPDATE statement.
本文中的大多数示例在SQLUPDATE语句中使用转换表达式。
www.ibm.com
8.
The UPDATE statement can change data values in single rows, groups of rows, or all the rows in a table or view.
UPDATE语句可以更改表或视图中单行、行组或所有行的数据值。
msdn2.microsoft.com
9.
For columns not specified in the SET clause, the inserted table contains the values as they existed before the UPDATE statement was issued.
对于在SET子句中未指定的列,插入的表包含在发出UPDATE语句前已存在的值。
msdn2.microsoft.com
10.
Otherwise, the preceding UPDATE statement may update more than one row, which might not be your intent.
否则,以上UPDATE语句会更新多个行,这可能会有悖于您的意图。
msdn2.microsoft.com
1.
The null indicator values are set by the RPG HANDLE_UPDATE sub-procedure prior to executing the SQL UPDATE statement.
空指示符值在执行SQLUPDATE语句之前通过RPGHANDLE_UPDATE子过程设置。
www.ibm.com
2.
Specifies whether the Merge Agent has been enabled to apply changes to multiple columns in the same row in one UPDATE statement.
指定是否已启用合并代理,以将同一行中多列的更改应用于一个UPDATE语句。
msdn2.microsoft.com
3.
Columns prefixed with table aliases are accepted in the SET clause of an UPDATE statement .
UPDATE语句的SET子句接受以表的别名作为前缀的列。
www.bing.com
4.
The UPDATE statement results in an exclusive (X) lock on each row in the EMPLOYEE table.
UPDATE语句会导致EMPLOYEE表中的每行上发生一个独占(X)锁。
www.ibm.com
5.
You can certainly make multiple modifications to the same document in a single update statement.
可以在单一更新语句中对同一文档做多处修改。
www.ibm.com
6.
The application submits an SQL UPDATE statement and transmits the updated document to the database server.
应用程序提交一个SQLUPDATE语句,把更新后的文档传输给数据库服务器。
www.ibm.com
7.
Column, the view cannot be modified by using an INSERT or UPDATE statement.
列,则不能通过INSERT或UPDATE语句修改视图。
msdn2.microsoft.com
8.
If you move the position update statement to a different package it is necessary to perform a configure.
如果将位置更新语句移动到不同的包,则需要进行相应的配置。
www.ibm.com
9.
Next you used the SQL UPDATE statement to modify the column values for selected rows in a table.
然后使用SQLUPDATE语句来修改表中选定行的列值。
www.ibm.com
10.
The following are the parameters for the previous sample UPDATE statement.
下面是上一示例UPDATE语句的参数。
msdn2.microsoft.com
1.
The application simply sends an SQL UPDATE statement with an embedded XQuery transform expression to the DB2 server ( Figure 2).
应用程序只需向DB2服务器发送一个包含XQuery转换表达式的SQLUPDATE语句(图2)。
www.ibm.com
2.
When an INSTEAD OF trigger is defined on UPDATE actions against a table, the trigger is running instead of the UPDATE statement.
当对表的UPDATE操作定义INSTEADOF触发器时,将运行触发器而不运行UPDATE语句。
msdn2.microsoft.com
3.
Returns true if a column was affected by an INSERT or UPDATE statement.
如果列受INSERT或UPDATE语句的影响,则返回。
msdn2.microsoft.com
4.
This includes both the shared locks from the SELECT statement and the exclusive locks from the previous UPDATE statement.
这包括来自SELECT语句的共享锁和来自上一个UPDATE语句的排他锁。
msdn2.microsoft.com
5.
Next, specify the field(s) to include in the overqualified update statement when modified data is committed.
接下来,指定在提交已修改数据时需要包含到严格限定的Update语句中的字段。
www.ibm.com
6.
This example wraps a single UPDATE statement with SELECT statements to demonstrate the change to the target row.
本示例在UPDATE语句的前后都使用了SELECT语句,以证实对目标行的更改。
www.ibm.com
7.
In this scenario, it is the UPDATE statement to increase the salary of each employee.
在这个场景中,使用UPDATE语句增加每个员工的工资。
www.ibm.com
8.
The transmitted SQL statement is an UPDATE statement.
所传送的SQL语句是一个UPDATE语句。
msdn2.microsoft.com
9.
The UPDATE statement fails if the modified document is not valid.
如果更新后的文档是无效的,UPDATE语句就会失败。
www.ibm.com
10.
Table aliases are not accepted in the SET clause of an UPDATE statement.
在UPDATE语句的SET子句中,不接受表的别名。
msdn2.microsoft.com
1.
From the query results, shown in Listing 8, you can see that one audit record was generated for the failed update statement.
在清单8中显示的查询结果中,您可以看到有一条关于失败的更新语句的审计记录。
www.ibm.com
2.
This is followed by an update statement to actually insert XML data.
然后是一个更新语句,它实际插入XML数据。
www.ibm.com
3.
The UPDATE statement specifies the row or rows you want changed and the new data.
UPDATE语句指定您要更改的行和新数据。
www.ianywhere.com
4.
The subqueries aggregate the sales for each sales person within the UPDATE statement.
这些子查询通过UPDATE聚合了语句中每个销售人员的销售信息。
msdn2.microsoft.com
5.
A new Query Editor window opens, makes a connection, and presents the entire update statement.
系统将打开一个新查询编辑器窗口,执行连接并显示完整的更新语句。
msdn2.microsoft.com
6.
Partial updates to large value data types, using the UPDATE statement's. WRITE clauses when inserting or appending new data.
插入或追加新数据时,使用UPDATE语句的.WRITE子句部分更新到大型值数据类型。
msdn2.microsoft.com
7.
Often you will want to prepare and compile the UPDATE statement only once, and then pass in a new value every time you execute the update.
常常希望只准备和编译UPDATE语句一次,然后在每次执行更新时传递一个新值。
www.ibm.com
8.
For example, a trigger can be activated by an INSERT and an UPDATE statement.
例如,触发器可由INSERT或UPDATE语句激活。
msdn2.microsoft.com
9.
However, extra processing is incurred at runtime when the dynamic UPDATE statement is built.
然而,生成动态UPDATE语句时会在运行时发生额外处理。
technet.microsoft.com
10.
A subsequent INSERT or UPDATE statement that specifies data values that generates a key value longer than 900 bytes fails.
若后续INSERT或UPDATE语句指定的数据值所生成的键值大于900字节,该语句将失败。
msdn2.microsoft.com
1.
For instance, suppose you modify an existing record in your database by executing a SQL UPDATE statement.
例如,假设您通过执行SQLUPDATE语句在数据库中修改了一条现有记录。
msdn2.microsoft.com
2.
In the following example, the UPDATE statement will cause a recompile of the module.
在下面的示例中,UPDATE语句将导致模块的重新编译。
technet.microsoft.com
3.
The UPDATE statement modifies both the price and the stockDate columns for this specific row.
UPDATE语句修改该特定行的price和stockDate列。
www.ibm.com
4.
You do this by not including the columns in the SET clause of the UPDATE statement.
不将这些列包含在UPDATE语句的SET子句中即可达到此目的。
msdn2.microsoft.com
5.
Data type columns as part of the UPDATE statement.
数据类型列,可以进行部分更新和提高性能。
msdn2.microsoft.com
6.
To ensure that all existing rows are handled properly, the UPDATE statement is run.
为了确保所有已有的行都得到适当的处理,运行UPDATE语句。
www.ibm.com
7.
When a cursor is based on a join, only the table_name specified in the UPDATE statement is modified.
如果游标基于某个联接,则只修改UPDATE语句中指定的table_name。
technet.microsoft.com
8.
The generated XML document can then be fed into the pureQuery API update statement in Listing 19.
然后,可以把生成的XML文档提供给pureQueryAPI更新语句,见清单19。
www.ibm.com
9.
If the WHERE clause isn't included, the UPDATE statement modifies the indicated columns for all rows in the table.
如果没有包括WHERE子句,则UPDATE语句将修改表中所有行的指定列。
www.ibm.com
10.
Alternatively, it can issue multiple UPDATE statements, with one UPDATE statement for each column that has changed.
另外,它还可以发出多条UPDATE语句,每个已更改的列一条。
msdn2.microsoft.com
1.
The columns listed in the UPDATE statement are based on the field data members that have changed.
UPDATE语句中列出的列基于已发生更改的字段数据成员。
msdn2.microsoft.com
2.
The naive approach uses a cursor to scan the table and execute a positioned update statement for each row.
初级的方法是使用一个游标对表进行扫描,并为每一行执行一个定位的更新语句。
www.ibm.com
3.
The SIGNAL statement rolls back the changes that were attempted by the triggering statement (that is, our update statement).
SIGNAL语句回滚由触发语句(也就是我们的update语句)尝试的更改。
www.ibm.com
4.
Figure 10 shows that an update statement is manipulating a column that contains private data.
图10显示一个更新语句正在操作一个包含私有数据的列。
www.ibm.com
5.
UPDATE statement to execute; otherwise, it is constructed from the log.
要执行的UPDATE语句,否则从日志构造。
msdn2.microsoft.com
6.
Describes how to use the UPDATE statement to update data in specific rows in a table or view.
介绍如何使用UPDATE语句更新表或视图的特定行中的数据。
technet.microsoft.com
7.
Property must contain an SQL Update statement.
属性必须包含SQLUpdate语句。
msdn2.microsoft.com
8.
The act of modifying one or more data values in an existing row or rows, typically by using the UPDATE statement.
修改一个或多个现有行中的一个或多个数据值的操作,通常使用UPDATE语句来执行该操作。
technet.microsoft.com
9.
You can also use computed values in an UPDATE statement.
也可以在UPDATE语句中使用计算值。
msdn2.microsoft.com
10.
Drag the BOOKSTORE table onto the pane to create a new UPDATE statement.
将BOOKSTORE表拖到窗格上以创建一条新的UPDATE语句。
www.ibm.com
1.
The import utility uses the SQL INSERT statement (or the SQL UPDATE statement) to write data to the target table.
import工具使用SQLINSERT语句(或SQLUPDATE语句)将数据写到目标表中。
www.ibm.com
2.
Test things out by issuing an update statement.
可以通过一个update语句来进行测试。
www-128.ibm.com
3.
Full document update using the SQL update statement.
使用SQLupdate语句进行全文档更新。
www.ibm.com
4.
Thus the UPDATE statement fails to find the row with the ROW CHANGE TOKEN that was retrieved before the REORG occurred.
因此,UPDATE语句无法找到具有ROWCHANGETOKEN的行,这些行是在发生REORG之前检索得到的。
www.ibm.com
5.
The DELETE, INSERT, or UPDATE statement tries an action on a row exceeding 8, 060 bytes.
尝试对超过8,060字节的行执行DELETE、INSERT或UPDATE语句。
msdn2.microsoft.com
6.
When DB2 9. 5 executes the UPDATE statement, it locates the relevant document(s) and modifies the specified elements or attributes.
在DB29.5执行这个UPDATE语句时,它找到相关的文档???修改指定的元素或属性。
www.ibm.com
7.
For example, an UPDATE statement that updates thousands of rows might encounter an error after updating many rows.
例如,更新数千行的UPDATE语句在更新许多行后可能会遇到错误。
www.ianywhere.com
8.
After you have the object in XML format, you can issue a regular SQL update statement to update the record in the table EMPLOYEE.
把对象转换为XML格式之后,可以通过执行常规的SQL更新语句更新EMPLOYEE表中的记录。
www.ibm.com
9.
The adapter knows to use an UPDATE statement because the value of the.
所以适配器知道应使用UPDATE语句。
msdn2.microsoft.com
10.
This is because a single UPDATE statement never updates the same row two times.
这是因为一条UPDATE语句永远不会对同一行更新两次。
msdn2.microsoft.com
1.
FOR UPDATE statement is used when loading the data.
FORUPDATE语句在装载数据时使用。
www.ibm.com
2.
For example, if the OUTPUT clause is defined in an UPDATE statement, the target table cannot have any enabled UPDATE triggers.
例如,如果在UPDATE语句中定义了OUTPUT子句,则目标表不能具有任何启用的UPDATE触发器。
technet.microsoft.com
3.
Similarly, if we want to update the city attribute value, we can invoke its mutator method in the UPDATE statement ( Listing 2).
同样的,如果想更新城市属性值,可以调用UPDATE语句中的mutator方法(清单2)。
www.ibm.com
4.
For example, the SqlDataSource control executes a SQL Update statement using the changed data as parameter values.
例如,SqlDataSource控件使用更改后的数据作为参数值来执行SQLUpdate语句。
msdn2.microsoft.com
5.
For example, an UPDATE statement might modify rows in one table based on a join with another table.
例如,UPDATE语句可能根据与一个表的联接修改另一个表中的行。
msdn2.microsoft.com
6.
With DB2 9, you can update data in an XML column using the SQL UPDATE statement or a stored procedure, such as DB2XMLFUNCTIONS. XMLUPDATE.
可以使用SQLUPDATE语句或存储过程(比如DB2XMLFUNCTIONS.XMLUPDATE)更新XML列中的数据。
www.ibm.com
7.
There are several ways to do this, but usually it consists of building a custom SQL command to be used as an update statement for the
有多种方法可完成该工作,但通常都包含构建一个定制的SQL命令,作为update语句用于
www-128.ibm.com
8.
The transmitted SQL statement includes a WHERE clause indicating that the target of the UPDATE statement is the row whose
所传送的SQL语句包含一个WHERE子句,它指示UPDATE语句的目标是
msdn2.microsoft.com
9.
You will see that the following update statement below failed
您将看到下列更新语句失败了
www-128.ibm.com
10.
If the UPDATE statement affects multiple records, to return the old and new values for each record, use the
如果UPDATE语句影响多个记录,若要返回每个记录的旧值和新值,请使用
msdn2.microsoft.com
1.
Update multiple documents in a single UPDATE statement
在一个UPDATE语句中更新多个文档
www.ibm.com
2.
Modify multiple nodes in a document in a single UPDATE statement
在一个UPDATE语句中修改文档中的多个节点
www.ibm.com
3.
The following UPDATE statement requires a collection of five parameter items
以下UPDATE语句需要有五个参数项的集合
msdn2.microsoft.com
4.
If the UPDATE statement could change more than one row while updating both the clustering key and one or more
如果UPDATE语句在更新聚集键以及一个或者多个
msdn2.microsoft.com
5.
For example, the syntax for an update statement generated using this option might be
例如,使用该选项生成的Update语句的语法可以是
msdn2.microsoft.com
6.
Is generating its Update statement, it examines the
在生成其Update语句时,会检查每个参数的
msdn2.microsoft.com
7.
For example, a simple Update statement that requires parameters might look like the following
例如,需要参数的简单“更新”(Update)语句可能为如下样子
msdn2.microsoft.com
8.
If an UPDATE statement is executed on a row in the
表中的行执行了UPDATE语句,并且为
msdn2.microsoft.com
9.
The UPDATE statement has the following major clauses
UPDATE语句包括以下主要子句
msdn2.microsoft.com
10.
In this case, you should update the DFT_QUERYOPT, using the following UPDATE statement, to 5
本例中,您将使用下列UPDATE语句将DFT_QUERYOPT更新为5
www.ibm.com
1.
The SQL Server 2005 Database Engine converts a partial update to a full update when the UPDATE statement causes either of these actions
当UPDATE语句导致下列任一操作时,SQLServer2005数据库引擎便会将部分更新转换为完整更新
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/31 1:54:52