网站首页  词典首页

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

 

单词 from clause
释义

from clause

  • 网络资料表选取子句;多个资料表关联选取
1.
资料表选取子句
资料表选取子句(from Clause)、与条件子句(where
www.docstoc.com
2.
多个资料表关联选取
Java???? Java... ... 3-6 条件选取( where Clause) 3-7 多个资料表关联选取( from Clause) 3-8 更名操作( Rename Operation) ...
www.docstoc.com

例句

释义:
1.
The previous restrictions apply to any subqueries in the FROM clause of the view, just as they apply to the view itself.
上述限制适用于视图的FROM子句中的任何子查询,就像其应用于视图本身一样。
msdn2.microsoft.com
2.
CONTAINSTABLE can be referenced in the FROM clause of a SELECT statement as if it were a regular table name.
CONTAINSTABLE可以像一个常规的表名称一样,在SELECT语句的FROM子句中引用。
technet.microsoft.com
3.
The result set returned by a pass-through query can be used in the FROM clause of a query like an ordinary base table.
传递查询返回的结果集像普通基表一样可以用于查询的FROM子句中。
technet.microsoft.com
4.
OPENQUERY can be referenced in the FROM clause of a query as if it were a table name .
OPENQUERY可以在查询的FROM子句中引用,就好象它是一个表名。
www.bing.com
5.
A view with an INSTEAD OF UPDATE trigger cannot be a target of an UPDATE with a FROM clause.
带INSTEADOFUPDATE触发器的视图不能是含有FROM子句的UPDATE的目标。
msdn2.microsoft.com
6.
Each table in the FROM clause, for which at least one column is listed in the SELECT clause, is represented as an XML element.
FROM子句中每个在SELECT子句中至少列出一次的表都被表示为一个XML元素。
msdn2.microsoft.com
7.
If you are performing a join of two or more tables, rewrite GetDefaultSQL to customize the table list used in the SQL FROM clause.
如果正执行两个或更多个表的联接,则重写GetDefaultSQL以自定义SQLFROM子句中使用的表列表。
msdn2.microsoft.com
8.
The usage of SQL Table Functions allows you to push procedural logic into the FROM clause of a query.
SQL表函数的使用使您可以将过程性逻辑放入到查询的FROM子句中。
www.ibm.com
9.
It's usual to explicitly set the model to use as the source for the query, unless otherwise specified with a FROM clause in the RDQL itself.
通常直接设置模型用作查询的源,除非在RDQL中使用FROM子句指定了其他的源。
www.ibm.com
10.
FREETEXTTABLE can be referenced in the FROM clause of a SELECT statement like a regular table name.
像常规表名称一样,FREETEXTTABLE也可以在SELECT语句的FROM子句进行引用。
msdn2.microsoft.com
1.
The optimizer considers the indexes on the new view, even if it is not directly referenced in the FROM clause of queries.
优化器将考虑新视图的索引,即使查询的FROM子句中没有直接引用它。
technet.microsoft.com
2.
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
3.
Join conditions can be specified in either the FROM or WHERE clauses; specifying them in the FROM clause is recommended.
联接条件可在FROM或WHERE子句中指定,建议在FROM子句中指定联接条件。
msdn2.microsoft.com
4.
Similarly, if table names are aliased in the FROM clause, only the alias names can be used to qualify their columns in the ORDER BY clause.
同样,如果表名已在FROM子句中有了别名,则ORDERBY子句中只能使用别名来限定它们的列。
technet.microsoft.com
5.
A point to remember: The FROM clause will always tell you the name of the source table or query.
要记住的一点是:FROM子句将始终告诉您源表或查询的名称。
office.microsoft.com
6.
The table-reference variable is then used for the SQL Select statement FROM clause.
然后,表引用变量被用于SQLSelect语句FROM子句。
www.ibm.com
7.
For all tables listed in a FROM clause, there can be, at most, one access or join request with the 'FIRST' attribute.
对于FROM子句中列出的所有表,最多有一个访问或计划可以带有“FIRST”属性。
www.ibm.com
8.
For locking hints in the FROM clause, the WITH keyword is always optional.
对于FROM子句中的锁提示,WITH关键字始终是可选的。
msdn2.microsoft.com
9.
Derived tables allow you to nest queries within a FROM clause.
派生表使您能够在FROM子句中嵌套查询。
www.ianywhere.com
10.
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
1.
The tables or views in the FROM clause can be specified in any order with an inner join or full outer join.
FROM子句中的表或视图可通过内部联接或完整外部联接按任意顺序指定。
technet.microsoft.com
2.
The view referenced by table_or_view_name must be updatable and reference exactly one base table in the FROM clause of the view.
table_or_view_name引用的视图必须可更新,并且只在该视图的FROM子句中引用一个基表。
technet.microsoft.com
3.
DB2 accesses the historical data automatically and transparently only if the FROM clause of the query includes the period specifications.
只有在查询的FROM子句包含周期规范时,DB2才会自动且透明地访问历史数据。
www.ibm.com
4.
If more than one table is in the FROM clause, must be qualified by the table name.
如果FROM子句中有多个表,则必须用表名限定。
msdn2.microsoft.com
5.
DDL statements; INSERT, UPDATE, and DELETE statements; dynamic parameter markers; and multiple tables in the FROM clause.
DDL语句,INSERT、UPDATE和DELETE语句,动态参数标记以及FROM子句中的多个表。
msdn2.microsoft.com
6.
Beyond the embedded original SQL query, no representation is kept of the table or tables that were queried for data (the "FROM" clause).
除了嵌入的原始SQL查询以外,没有保留用于查询数据的一个或多个表的表示(“FROM”子句)。
www.ibm.com
7.
Some relational database management systems (RDBMSs), such as Sybase, do not support table expressions in the FROM clause.
有些关系数据库管理系统(RDBMS),例如Sybase,不支持在FROM子句中使用表表达式。
www.ibm.com
8.
When a table-valued function returns a table, you can use that function in the FROM clause of another query.
当表值函数返回表时,您可以在另一个查询的FROM子句中使用该函数。
msdn2.microsoft.com
9.
When executed with the FROM clause, CREATE ASYMMETRIC KEY imports a key pair from a file or imports a public key from an assembly.
当使用FROM子句执行时,CREATEASYMMETRICKEY会从文件中导入密钥对,或从程序集中导入公钥。
msdn2.microsoft.com
10.
CONTAINSTABLE and FREETEXTTABLE rowset-valued functions can be used in the FROM clause of a SELECT statement.
CONTAINSTABLE和FREETEXTTABLE行集值函数可以在SELECT语句的FROM子句中使用。
msdn2.microsoft.com
1.
If nonzero, indicates that the provider allows for nested SELECT statements in the FROM clause.
如果非零,则表明访问接口允许在FROM子句中使用嵌套SELECT语句。
msdn2.microsoft.com
2.
The ON clause specifies how tables in the FROM clause are to be joined.
ON子句指定FROM子句中的表将如何进行连接。
www.ianywhere.com
3.
The SELECT statements you have seen so far produce results that consist solely of data from the tables in the FROM clause.
到目前为止,您看到的SELECT语句产生的结果只包含FROM子句指定的表中的数据。
www.ianywhere.com
4.
In addition, AS correlation specifications in the FROM clause can declare temporary names for columns within the query.
此外,FROM子句中的AS相关性规范可以为查询中的列声明临时名称。
www.ibm.com
5.
The new key value is not visible if the insert contained a remote table in the FROM clause.
如果插入时在FROM子句中包含远程表,则新键值不可见。
technet.microsoft.com
6.
With some exceptions, table hints are supported in the FROM clause only when the hints are specified with the WITH keyword.
但在一些例外情况中,仅当用WITH关键字指定表提示时,FROM子句中才支持这些提示。
msdn2.microsoft.com
7.
Specifies that all columns from all tables and views in the FROM clause should be returned.
指定返回FROM子句中的所有表和视图中的所有列。
msdn2.microsoft.com
8.
FROM clause The filename is passed to the server as a quoted string.
FROM子句filename采用两侧加有引号的字符串的形式传递到服务器。
www.ianywhere.com
9.
The FROM clause is made up of the tables from the join objects from the dimensions, facts, and cube model.
FROM子句由来自维、事实和多维数据集模型的联结对象的表组成。
www.ibm.com
10.
Specifies the provider supports nested SELECT statements in the FROM clause.
指定提供程序支持在FROM子句中包含嵌套SELECT语句。
technet.microsoft.com
1.
Stats Information collected for use in query optimization when the procedure appears in the FROM clause.
stats当该过程出现在FROM子句中时,收集到的用于查询优化的信息。
www.ianywhere.com
2.
Inserts can be done into views, if the query specification defining the view is updateable and has only one table in the FROM clause.
如果定义视图的查询说明是可更新的而且FROM子句中只有一个表,则可以插入到视图中。
www.ianywhere.com
3.
To bulk import data, call OPENROWSET(BULK. . . ) from a SELECT. . . FROM clause within an INSERT statement.
若要大容量导入数据,请从INSERT语句中的SELECT.FROM子句调用OPENROWSET(BULK.)。
msdn2.microsoft.com
4.
Qualified column names and aliases are resolved to columns of tables listed in the FROM clause.
限定的列名和别名解析为FROM子句中所列表中的列。
msdn2.microsoft.com
5.
For more information about lateral derived tables , see FROM clause .
有关侧向派生表的详细信息,请参见FROM子句。
www.bing.com
6.
Member tables are defined in the FROM clause in each SELECT statement in the view definition.
成员表在视图定义中每个SELECT语句的FROM子句中定义。
msdn2.microsoft.com
7.
This includes range variables identified in the From clause (or From clauses).
这包括在From子句(或From子句)中标识的范围变量。
msdn2.microsoft.com
8.
When an inline function returns a table, you can use that function in the FROM clause of another query.
当内联函数返回表时,您可以在另一个查询的FROM子句中使用该函数。
msdn2.microsoft.com
9.
When executed without the FROM clause, CREATE ASYMMETRIC KEY generates a new key pair.
当未使用FROM子句执行时,CREATEASYMMETRICKEY会生成新的密钥对。
msdn2.microsoft.com
10.
The rows you select in the FROM clause specify the conditions for the delete.
您在FROM子句中选择的行指定删除的条件。
www.ianywhere.com
1.
All other references to the object in the FROM clause must include an object alias.
FROM子句中对该对象的所有其他引用都必须包含对象别名。
msdn2.microsoft.com
2.
UNION and JOIN within a FROM clause are supported within views and in derived tables and subqueries.
视图、派生表和子查询中均支持FROM子句内的UNION和JOIN。
msdn2.microsoft.com
3.
It stands for all the column names in all the tables specified in the FROM clause.
它代表FROM子句指定的所有表中的所有列名。
www.ianywhere.com
4.
SELECT statements can also operate on procedure result sets by including the procedure name in the FROM clause.
通过将过程名包括在FROM子句中,SELECT语句也可以对过程结果集进行操作。
www.ianywhere.com
5.
The FROM clause specifies the tables from which columns are pulled.
FROM子句指定从中请求列的表。
www.ianywhere.com
6.
The FROM clause of a filtering query references a class that is not an event class.
筛选查询的FROM子句引用了非事件类的类。
msdn2.microsoft.com
7.
If the FROM clause has a list of table names separated by commas, this is implicitly a cross-product join of the tables.
如果FROM子句具有逗号分隔的表名列表,则隐含地表示将生成表的叉积联接。
msdn2.microsoft.com
8.
The INTO clause follows the select list and precedes the FROM clause.
INTO子句跟随在选择列表之后,位于FROM子句之前。
www.ianywhere.com
9.
Correlation names are described in FROM clause.
在FROM子句中介绍了相关名。
www.ianywhere.com
10.
This means any object that can appear in a FROM clause, except synonym objects.
也就是说,返回任何能够在FROM子句中出现的对象(不包括同义词对象)。
msdn2.microsoft.com
1.
The cons include complex SQL (sub-query in the from clause and union all).
缺点是SQL(from子句和unionall子查询)太复杂。
www.infoq.com
2.
Next, several examples of FROM clause and select-list subqueries are presented.
接着,我们会给出一些关于FROM子句和select列表子查询的例子。
www.ibm.com
3.
Insert or update operations that are based on a self-join follow the order in the FROM clause.
基于自联接的插入和更新操作遵循FROM子句中的顺序。
msdn2.microsoft.com
4.
Sometimes, it makes sense to omit the FROM clause from a query.
有时,从查询中忽略FROM子句很有意义。
www.ibm.com
5.
Read about the "from clause" in the next section to learn about the order of clauses in LINQ query expressions.
阅读下一节中的“from子句”来了解LINQ查询表达式中的子句的顺序。
msdn2.microsoft.com
6.
You specify which tables contain the information you need using the FROM clause.
您使用FROM子句指定哪些表包含所需信息。
www.ianywhere.com
7.
Because the data for the query is provided programmatically, the query does not need a FROM clause.
因为查询的数据是编程方式提供的,所以查询不需要FROM子句。
www.ibm.com
8.
This provides join operators in the FROM clause.
这在FROM子句中提供联接运算符。
msdn2.microsoft.com
9.
The FROM clause supports the SQL-92-SQL syntax for joined tables and derived tables.
FROM子句支持用于联接表和派生表的SQL-92-SQL语法。
msdn2.microsoft.com
10.
The join conditions in the FROM clause are applied.
应用FROM子句中的联接条件。
msdn2.microsoft.com
1.
Any locking hints specified in the FROM clause.
FROM子句中指定的任何锁定提示。
msdn2.microsoft.com
2.
The FROM clause returns an initial result set.
FROM子句返回初始结果集。
msdn2.microsoft.com
3.
In the FROM clause, you list both tables and provide aliases for them to simplify the full SQL statement.
在FROM子句中,列出两个表并为其提供别名,以简化完整的SQL语句。
www.ibm.com
4.
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
5.
Generate the join of tables in the FROM clause.
在FROM子句中生成表的联接。
msdn2.microsoft.com
6.
The Product table is used in the FROM clause to specify the rows to update.
在FROM子句中使用Product表来指定要更新的行。
technet.microsoft.com
7.
The Product table is used in the FROM clause to specify the rows to delete.
在FROM子句中使用Product表来指定要删除的行。
technet.microsoft.com
8.
FROM clause to specify the rows to delete.
子句中使用该项来指定要删除的行。
msdn2.microsoft.com
9.
For more information about using the FASTFIRSTROW table hint, see FROM clause.
有关使用FASTFIRSTROW表提示的详细信息,请参见FROM子句。
www.ianywhere.com
10.
This table is used in the FROM clause to specify the rows to delete.
在FROM子句中使用该表来指定要删除的行。
technet.microsoft.com
1.
OPENXML is used in the FROM clause of a query to generate a result set from an XML document.
OPENXML在查询的FROM子句中使用,目的是从XML文档中生成结果集。
www.ianywhere.com
2.
To tables listed in the FROM clause.
子句中列出的表中的列。
msdn2.microsoft.com
3.
Without their work in Starburst, inline SQL PL and data-change-operations in the FROM clause could not exist.
如果没有他们在Starburst的工作,就不存在FROM子句中的内联SQLPL和数据更改操作。
www.ibm.com
4.
Remove the NOLOCK or READUNCOMMITTED table hints from the FROM clause.
从FROM子句中删除NOLOCK或READUNCOMMITTED表提示。
msdn2.microsoft.com
5.
CONTAINSTABLE and FREETEXTTABLE both return a table of zero, one, or more rows, so they must always be specified in the FROM clause.
CONTAINSTABLE和FREETEXTTABLE都返回包含零行、一行或多行的表,因此它们必须始终在FROM子句中指定。
msdn2.microsoft.com
6.
You can specify the path for XML data using the XML FROM clause.
可以使用FROM子句为XML数据指定路径。
www.ibm.com
7.
Specifies that the SQL Server query optimizer use one join hint, or execution algorithm, per join specified in the query FROM clause.
指定SQLServer查询优化器为在查询的FROM子句中指定的每个联接使用一个联接提示或执行算法。
msdn2.microsoft.com
8.
You can also switch to SQL view, and then examine the FROM clause.
您还可以切换到SQL视图,然后检查FROM子句。
office.microsoft.com
9.
To prevent an ambiguous reference, such as occurs when two tables in the FROM clause have columns with duplicate names.
以避免引用不明确,例如,当FROM子句中的两个表包含同名的列时会出现这种情况。例如,
msdn2.microsoft.com
10.
The ProductName and Price member values are taken from the product range variable that is defined in the From clause.
ProductName和Price成员值取自From子句中定义的产品范围变量。
msdn2.microsoft.com
1.
The ProductName and Price member values are taken from the product range variable that is defined in the From clause.
ProductName和Price成员值取自From子句中定义的产品范围变量。
msdn2.microsoft.com
2.
Microsoft SQL Server 2005 allows specifying ordering columns from tables in the FROM clause that are not specified in the SELECT list.
MicrosoftSQLServer2005允许在FROM子句中指定对SELECT列表中未指定的表中的列进行排序。
technet.microsoft.com
3.
To distinguish these roles, you must give the ProductVendor table two different aliases (pv1 and pv2) in the FROM clause.
若要区分这两种角色,必须在FROM子句中为ProductVendor表给定两个不同的别名(pv1和pv2)。
technet.microsoft.com
4.
This is specified in the FROM clause.
这在FROM子句中指定。
technet.microsoft.com
5.
You can use a FROM clause to pull data from one or more tables into the table you are updating.
您可以使用FROM子句从一个或多个表中取出数据并将它们放入正在更新的表中。
www.ianywhere.com
6.
SQL Server 2005 returns errors when duplicate names appear in the FROM clause.
如果FROM子句中出现重复的名称,SQLServer2005会返回错误消息。
msdn2.microsoft.com
7.
Outer joins are specified with one of the following sets of keywords when they are specified in the FROM clause
在FROM子句中可以用下列某一组关键字来指定外部联接
msdn2.microsoft.com
8.
The following is an example of a FROM clause join specification
下面是FROM子句联接规范示例
msdn2.microsoft.com
9.
INNER JOIN versus tables strung together in the FROM clause separated by commas
INNERJOINvsFROM子句中串在一起并用逗号分隔的表
www.ibm.com
10.
Optional From clause in Update and Delete queries
Update和Delete查询中的可选From子句
www.ichacha.net
1.
Inner joins are specified in SQL in the FROM clause, as shown below
内部联接是在SQL的FROM子句中指定的,如下所示
office.microsoft.com
2.
Rows are not deleted from the tables named in the FROM clause, only from the table named in
中删除的行。不会从FROM子句指定的表中删除行,只从
msdn2.microsoft.com
3.
Derived tables in the FROM clause of queries
查询的FROM子句中的派生表
www.ibm.com
4.
SQL Server does not allow for more than one table hint from each of the following groups for each table in the FROM clause
对于FROM子句中的每个表,SQLServer不允许存在多个来自以下各个组的表提示
msdn2.microsoft.com
5.
The APPLY operator works in the following way to produce the table source for the FROM clause
APPLY运算符通过以下方式工作,以便为FROM子句生成表源:对
msdn2.microsoft.com
6.
Microsoft SQL Server 2005 uses these SQL-92 keywords for outer joins specified in a FROM clause
MicrosoftSQLServer2005对FROM子句中指定的外部联接使用下列SQL-92关键字
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/5 17:51:58