Create UpdateBook update statement.
创建UpdateBook更新语句。
Figure 3 shows the update statement.
图3显示了这个更新语句。
FOR UPDATE statement is used when loading the data.
FOR update语句在装载数据时使用。
Full document update using the SQL update statement.
使用SQLupdate语句进行全文档更新。
UPDATE multiple documents in a single UPDATE statement.
在一个update语句中更新多个文档。
The UPDATE statement fails if the modified document is not valid.
如果更新后的文档是无效的,update语句就会失败。
Modify multiple nodes in a document in a single UPDATE statement.
在一个update语句中修改文档中的多个节点。
Drag the BOOKSTORE table onto the pane to create a new UPDATE statement.
将BOOKSTORE表拖到窗格上以创建一条新的update语句。
To ensure that all existing rows are handled properly, the UPDATE statement is run.
为了确保所有已有的行都得到适当的处理,运行update语句。
In this scenario, it is the UPDATE statement to increase the salary of each employee.
在这个场景中,使用update语句增加每个员工的工资。
Figure 10 shows that an update statement is manipulating a column that contains private data.
图10显示一个更新语句正在操作一个包含私有数据的列。
You can certainly make multiple modifications to the same document in a single update statement.
可以在单一更新语句中对同一文档做多处修改。
The structure of the combined plan is nearly identical to that of the UPDATE statement alone.
这个组合的计划在结构上与单独的update语句几乎一样。
In this case, you should update the DFT_QUERYOPT, using the following update statement, to 5.
本例中,您将使用下列update语句将DFT _ QUERYOPT更新为5。
The UPDATE statement modifies both the price and the stockDate columns for this specific row.
update语句修改该特定行的price和stockdate列。
Most of the examples in this article show the transform expression in an SQL UPDATE statement.
本文中的大多数示例在SQLupdate语句中使用转换表达式。
Next you used the SQL UPDATE statement to modify the column values for selected rows in a table.
然后使用SQLupdate语句来修改表中选定行的列值。
If you move the position update statement to a different package it is necessary to perform a configure.
如果将位置更新语句移动到不同的包,则需要进行相应的配置。
At a high level, you see the familiar "update... set... where..." syntax of an SQL update statement.
SQLupdate语句的总体结构仍然是大家熟悉的“update…set…。where…”语法。
The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.
初级的方法是使用一个游标对表进行扫描,并为每一行执行一个定位的更新语句。
The set clause of the UPDATE statement replaces the existing document in a given row with a new document.
UPDATE语句的set子句用一个新文档替换给定行中的现有文档。
The application submits an SQL update statement and transmits the updated document to the database server.
应用程序提交一个SQLupdate语句,把更新后的文档传输给数据库服务器。
The import utility uses the SQL INSERT statement (or the SQL UPDATE statement) to write data to the target table.
import工具使用SQLINSERT语句(或 SQLUPDATE 语句)将数据写到目标表中。
Next, specify the field (s) to include in the overqualified update statement when modified data is committed.
接下来,指定在提交已修改数据时需要包含到严格限定的update语句中的字段。
This example wraps a single UPDATE statement with SELECT statements to demonstrate the change to the target row.
本示例在update语句的前后都使用了select语句,以证实对目标行的更改。
Issuing an UPDATE statement is fairly easy, as shown in Listing 4, where you modify two columns of a single row.
执行update语句相当容易,如清单4所示,其中修改了单个行的两列。
If the WHERE clause isn't included, the UPDATE statement modifies the indicated columns for all rows in the table.
如果没有包括where子句,则update语句将修改表中所有行的指定列。
Two types of queries can be used in the WHERE clause of an UPDATE statement: a scalar subquery and a table subquery.
两种查询可以用于update语句的where子句中:标量子查询和表子查询。
The null indicator values are set by the RPG HANDLE_UPDATE sub-procedure prior to executing the SQL UPDATE statement.
空指示符值在执行SQLupdate语句之前通过RPG handle_update子过程设置。
The parameter object will be used to set input values in an UPDATE statement, or WHERE clause values in a query (etc.).
这个参数对象将用于设置update语句中的输入值,或者用于设置某一查询中的where子句的值(等等)。
应用推荐