网站首页  词典首页

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

 

单词 delete statement
释义

delete statement

美 
英 
  • un.删除语句
  • 网络删除叙述
un.
1.
删除语句

例句

释义:
1.
Specifies the temporary named result set, also known as common table expression, defined within the scope of the DELETE statement.
指定在DELETE语句作用域内定义的临时命名结果集,也称为公用表表达式。
msdn2.microsoft.com
2.
The SQL DELETE statement enables you to identify (or restrict) the rows you want to delete through a WHERE clause.
SQLDELETE语句允许通过WHERE子句识别(或限制)要删除的行。
www.ibm.com
3.
The cursor cannot be referenced in a WHERE CURRENT OF clause in an UPDATE or DELETE statement.
在UPDATE或DELETE语句的WHERECURRENTOF子句中不能引用游标。
msdn2.microsoft.com
4.
To replace data in a table , the DELETE statement must be used to clear existing data before loading new data with INSERT .
若要替换表中的数据,在使用INSERT加载新数据之前,必须使用DELETE语句清除现有的数据。
www.bing.com
5.
READPAST can be specified for any table referenced in an UPDATE or DELETE statement, and any table referenced in a FROM clause.
可为UPDATE或DELETE语句中以及FROM子句中引用的任何表指定READPAST。
msdn2.microsoft.com
6.
The OLD TABLE transition table holds the original state of the affected rows before they are processed by the UPDATE or DELETE statement.
OLDTABLE过渡表保存了受影响的行在被UPDATE或DELETE语句处理之前的初始状态。
www.ibm.com
7.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
试图执行INSERT、UPDATE或DELETE语句,但没有记录受到影响。
msdn2.microsoft.com
8.
This function cannot appear in a DELETE statement's WHERE clause. It is only allowed in queries.
这个函数不能出现在DELETE语句的WHERE子句中,而只能出现在查询中。
www.ibm.com
9.
You can use the TOP clause to limit the number of rows that are deleted in a DELETE statement.
可以使用TOP子句限制DELETE语句中删除的行数。
technet.microsoft.com
10.
Returns information from, or expressions based on, each row affected by an INSERT, UPDATE, or DELETE statement.
返回受INSERT、UPDATE或DELETE语句影响的每行的信息,或者返回基于上述每行的表达式。
technet.microsoft.com
1.
You can use OUTPUT with an UPDATE or DELETE statement positioned on a cursor that uses WHERE CURRENT OF syntax.
在使用WHERECURRENTOF语法通过游标定位的UPDATE或DELETE语句中,可以使用OUTPUT。
technet.microsoft.com
2.
Specifying NOLOCK or READUNCOMMITTED in the FROM clause of an UPDATE or DELETE statement when applied to the target table of the statement.
应用于UPDATE或DELETE语句的目标表时,在该语句的FROM子句中指定NOLOCK或READUNCOMMITTED。
msdn2.microsoft.com
3.
For a DELETE statement, specifies the rows to be deleted.
对于DELETE语句,指定要删除的行。
technet.microsoft.com
4.
To demonstrate this use of the DELETE statement, create a temporary table, insert several rows, and delete them all, as shown in Listing 1.
为了演示DELETE语句的这种用法,创建一个临时表,插入几行,然后全部删除,如清单1所示。
www.ibm.com
5.
These ALTER TABLE statements should be executed with the same care as any INSERT, UPDATE, or DELETE statement that affects many rows.
如同影响许多行的INSERT、UPDATE或者DELETE语句一样,应谨慎执行这些ALTERTABLE语句。
msdn2.microsoft.com
6.
A searched DELETE statement deletes multiple rows if the search condition does not uniquely identify a single row.
如果搜索条件不唯一标识单行,则搜索DELETE语句删除多行。
www.kuenglish.info
7.
Variable, within its scope, also can be used as a table source in a DELETE statement.
在其作用域内还可用作DELETE语句中的表源的。
msdn2.microsoft.com
8.
To remove the document, issue a DELETE statement with an appropriate WHERE predicate.
为了删除文档,需要执行DELETE语句,并加上适当的WHERE谓词。
www.ibm.com
9.
Registered custom stored procedure is executed when a DELETE statement is replicated.
复制DELETE语句时,将执行注册的自定义存储过程。
technet.microsoft.com
10.
However, the WHERE clause of an UPDATE or a DELETE statement, or the SELECT part of an INSERT statement may be executed in parallel.
不过,UPDATE或DELETE语句的WHERE子句,或者INSERT语句的SELECT部分可以并行执行。
technet.microsoft.com
1.
For tables with one or more of these characteristics, use the DELETE statement instead.
对于具有以上一个或多个特征的表,请使用DELETE语句。
msdn2.microsoft.com
2.
OPENQUERY can also be referenced as the target table of an INSERT, UPDATE, or DELETE statement.
OPENQUERY也可以作为INSERT、UPDATE或DELETE语句的目标表进行引用。
technet.microsoft.com
3.
After a CTE is defined, it can be referenced like a table or view can in a SELECT, INSERT, UPDATE, or DELETE statement.
定义CTE后,可以在SELECT、INSERT、UPDATE或DELETE语句中对其进行引用,就像引用表或视图一样。
technet.microsoft.com
4.
The following example uses the OUTPUT clause in a DELETE statement to return the deleted row to the calling application.
以下示例在DELETE语句中使用OUTPUT子句将已删除的行返回到执行调用的应用程序。
technet.microsoft.com
5.
The DELETE statement removes rows one at a time and records an entry in the transaction log for each deleted row.
DELETE语句每次删除一行,并在事务日志中为所删除的每行记录一个项。
technet.microsoft.com
6.
At most, one INSTEAD OF trigger per INSERT, UPDATE, or DELETE statement can be defined on a table or view.
对于表或视图,每个INSERT、UPDATE或DELETE语句最多可定义一个INSTEADOF触发器。
msdn2.microsoft.com
7.
SET ROWCOUNT also limits the number of rows affected by a searched UPDATE or DELETE statement to integer.
SETROWCOUNT还将受搜索的UPDATE或DELETE语句影响的行数限制为integer。
www.ianywhere.com
8.
When an INSTEAD OF trigger is defined on DELETE actions against a table or view, the trigger executes instead of the DELETE statement.
如果在对表或视图的DELETE操作上定义了INSTEADOF触发器,则执行该触发器而不执行DELETE语句。
msdn2.microsoft.com
9.
AFTER triggers are executed after the action of the INSERT, UPDATE, or DELETE statement is performed.
在执行INSERT、UPDATE或DELETE语句操作之后执行AFTER触发器。
msdn2.microsoft.com
10.
Sometimes an improperly written delete statement can delete multiple records.
有时,如果删除语句编写不当,可能会删除多条记录。
msdn.microsoft.com
1.
Table_variable must be declared before the INSERT, UPDATE, or DELETE statement.
table_variable必须在INSERT、UPDATE或DELETE语句之前声明。
technet.microsoft.com
2.
For an example, see START SYNCHRONIZATION DELETE statement [MobiLink].
有关示例,请参见STARTSYNCHRONIZATIONDELETE语句[MobiLink]。
www.ianywhere.com
3.
This property is used with parameters that fill values in an UPDATE, INSERT, or DELETE statement (or equivalent stored procedures).
该属性与填充UPDATE、INSERT或DELETE语句(或等效存储过程)中的值的参数一起使用。
msdn2.microsoft.com
4.
INSERTED cannot be used with the OUTPUT clause in the DELETE statement.
INSERTED语句不能与DELETE语句的OUTPUT子句同时使用。
technet.microsoft.com
5.
The stored procedure usp_GenerateError executes a DELETE statement inside a TRY block that generates a constraint violation error.
存储过程usp_GenerateError在TRY块内执行DELETE语句,该语句生成违反约束错误。
msdn2.microsoft.com
6.
The DELETE statement deletes all rows from the specified table that satisfy an optional WHERE clause.
DELETE语句从指定表中删除满足可选WHERE子句的所有行。
www.ibm.com
7.
Any single INSERT, UPDATE, or DELETE statement changes the data in only one table or view.
任何单个INSERT、UPDATE或DELETE语句都只更改一个表或视图中的数据。
www.ianywhere.com
8.
The object identifier of the custom stored procedure or script that is executed when a DELETE statement is replicated.
复制DELETE语句时执行的自定义存储过程或脚本的对象标识符。
msdn2.microsoft.com
9.
In these cases, it strongly recommend that the reader uses the native CLRPFM command rather than the SQL DELETE statement.
这种情况下,强烈建议读者使用原生的CLRPFM命令,而不是SQLDELETE语句。
www.ibm.com
10.
The effect continues until a START SYNCHRONIZATION DELETE statement is executed.
效果一直持续到执行STARTSYNCHRONIZATIONDELETE语句为止。
www.ianywhere.com
1.
The DELETE statement deletes only rows from the table; the table must be removed from the database by using the DROP TABLE statement.
DELETE语句只从表中删除行,要从数据库中删除表,可以使用DROPTABLE语句。
msdn2.microsoft.com
2.
Observe the DELETE statement that has replaced the DROP statement.
请观察取代DROP语句的DELETE语句。
www.ibm.com
3.
Columns prefixed with DELETED reflect the value before the UPDATE or DELETE statement is completed.
以DELETED为前缀的列反映UPDATE或DELETE语句完成之前的值。
technet.microsoft.com
4.
Delete constructs a SQL DELETE statement that removes the record.
Delete构造一个SQLDELETE语句以移除记录。
msdn2.microsoft.com
5.
The DELETE statement is provided all primary key column values.
为DELETE语句提供所有主键列值。
msdn2.microsoft.com
6.
Delete rows from the synchronized data, as required, using the DELETE statement.
按需要使用DELETE语句从同步数据中删除行。
www.ianywhere.com
7.
The DELETE statement is used to delete rows in a table.
DELETE声明常用来删除表中的数据。
www.fzs8.net
8.
Data was changed by a DELETE statement.
数据已由DELETE语句更改。
msdn2.microsoft.com
9.
This type of query creates an SQL DELETE statement.
此类型的查询将创建一个SQLDELETE语句。
msdn2.microsoft.com
10.
When the DELETE statement is executed using a row lock, each row in the table is locked for deletion.
当使用行锁执行DELETE语句时,将锁定表中各行以便删除。
technet.microsoft.com
1.
Specify that the change should be propagated using an INSERT, UPDATE, or DELETE statement (the default for non-SQL Server Subscribers).
指定使用INSERT、UPDATE或DELETE语句传播更改(对于非SQLServer订阅服务器的默认方法)。
technet.microsoft.com
2.
After a DELETE statement is executed, the table can still contain empty pages.
执行DELETE语句后,表仍会包含空页。
msdn2.microsoft.com
3.
The DELETE statement removes one or more rows in a table or view.
DELETE语句可删除表或视图中的一行或多行。
msdn2.microsoft.com
4.
If no WHERE clause appears, the DELETE statement remove all rows in the table.
如果未出现任何WHERE子句,则DELETE语句将删除表中所有的行。
www.ianywhere.com
5.
The following example deletes rows in the ProductProductPhoto table based on search criteria defined in the FROM clause of DELETE statement.
以下示例将按照在DELETE语句的FROM子句中所定义的搜索条件删除ProductProductPhoto表中的行。
technet.microsoft.com
6.
The first data modification technique discussed was data deletion, which is performed by using the SQL DELETE statement.
讨论的第一种数据修改技术是数据删除,这通过使用SQLDELETE语句来执行。
www.ibm.com
7.
Specify the TABLOCK hint in the DELETE statement.
在DELETE语句中指定TABLOCK提示。
msdn2.microsoft.com
8.
For an trigger that is fired by a DELETE statement.
触发事件是DELETE语句。
www-128.ibm.com
9.
And that is what the DELETE statement is doing.
而这就是DELETE语句所进行的工作。
www.ibm.com
10.
The Degree of Parallelism (7. 0 Insert) event class occurs each time SQL Server executes a SELECT, INSERT, UPDATE, or DELETE statement.
每次SQLServer执行SELECT、INSERT、UPDATE或DELETE语句时都会发生DegreeofParallelism(7.0Insert)事件类。
technet.microsoft.com
1.
Without a where clause in a delete statement, it should return 0
没有任何条件(where)的删除语句,返回0
www.phpx.com
2.
Compared to the DELETE statement, TRUNCATE TABLE has the following advantages
与DELETE语句相比,TRUNCATETABLE具有以下优点
msdn2.microsoft.com
3.
For example, the following pair of calls executes a DELETE statement
例如,下面的一对调用将执行DELETE语句
www.ianywhere.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/12 5:36:39