网站首页  词典首页

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

 

单词 subqueries
释义

subqueries

  • 网络子查询;次查询
1.
子查询
三、子查询(Subqueries):子查询是在where子句中包含的查询语句,是由系列简单构成的复杂查询。问:谁与smith在同一部门 …
blog.csdn.net
2.
次查询
次查询Subqueries) 任何数目的次查询可以存在型态的任意层级中,而且次查询可以使用巢状结构,但是却不允许空的次查 …
tw.myblog.yahoo.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.
The uncorrelated subqueries do not rely on the main query for information; hence they increase the power and flexibility of your main query.
不相关的子查询不依靠主查询来获取信息;因此,它们增加了主查询的能力和灵活性。
www.ibm.com
3.
Total number of rows processed by the SQL statement. This total does not include rows processed by subqueries of the SQL statement.
sql语句处理的总行数。这个总行数不包括子查询处理的行数。
blog.sina.com.cn
4.
Correlated subqueries are often used to test whether relationships exist without regard to cardinality.
相关性查询通常用于测试某种关系是否存在,而不管返回记录集的大小,
blog.csdn.net
5.
Note: Transactions containing DML statements with subqueries should use serializable isolation to guarantee consistent read.
如果事务中存在使用了子查询的DML语句,应该使用串行化隔离来保证一致性的读取。
www.zw1840.com
6.
Query hints can be specified only in the top-level query, not in subqueries.
只能在顶级查询中指定查询提示,不能在子查询指定。
msdn2.microsoft.com
7.
Subqueries used in the subquery comparison test and set membership test both return data values from the subquery table.
在子查询比较测试中使用的子查询和在集合成员资格测试中使用的子查询都从子查询表返回数据值。
www.ianywhere.com
8.
The expressions used in the SET clause can also be subqueries that return only one value.
SET子句中使用的表达式还可以是只返回一个值的子查询。
msdn2.microsoft.com
9.
Expressions may be reordered and subqueries may be transformed to improve processing efficiency.
可以对表达式进行重新排序并对子查询进行转换以提高处理效率。
www.ianywhere.com
10.
Similarly, subqueries impose a certain order of join execution that may not be the most advantageous.
类似地,子查询会使连接按照一定的顺序执行,而这种顺序也许不是最优的。
www.ibm.com
1.
This tutorial describes subqueries stated as conditions in the WHERE clause, which are useful for simpler comparison queries.
本教程描述在WHERE子句中作为条件的子查询,这些子查询对于较简单的比较查询很有用。
www.ibm.com
2.
The subqueries aggregate the sales for each sales person within the UPDATE statement.
这些子查询通过UPDATE聚合了语句中每个销售人员的销售信息。
msdn2.microsoft.com
3.
The ORDER BY clause is not valid in views, inline functions, derived tables, and subqueries, unless TOP is also specified.
除非同时指定了TOP,否则ORDERBY子句在视图、内联函数、派生表和子查询中无效。
msdn2.microsoft.com
4.
These access operations translate to more complex joins or correlated subqueries in the equivalent SQL.
这些访问操作会转换成用等效的SQL表示的更为复杂的联接或关联子查询。
technet.microsoft.com
5.
Removed inaccurate content about using subqueries in scalar_expression.
删除了有关在scalar_expression中使用子查询的不准确内容。
technet.microsoft.com
6.
The statement must not contain subqueries, outer joins, or self-joins.
语句不能包含子查询、外部联接或自联接。
msdn2.microsoft.com
7.
UNION and JOIN within a FROM clause are supported within views and in derived tables and subqueries.
视图、派生表和子查询中均支持FROM子句内的UNION和JOIN。
msdn2.microsoft.com
8.
So the existence test applied to the following two subqueries return the same results.
因此,应用于以下两个子查询的存在测试返回相同的结果。
www.ianywhere.com
9.
You can select, insert, and update the XML values using SQL statements with embedded XQuery subqueries.
使用具有嵌入的XQuery子查询的SQL语句,可以选择、插入并更新XML值。
www.ibm.com
10.
Create or modify joins between tables, views, user-defined functions, or subqueries.
创建或修改表、视图、用户定义函数或子查询间的联接。
office.microsoft.com
1.
This includes SELECT lists of subqueries and SELECT lists inside INSERT statements.
其中包括子查询的SELECT列表和INSERT语句中的SELECT列表。
msdn2.microsoft.com
2.
Also, subqueries, aggregates, and constant expressions are not allowed in the ORDER BY list.
此外,在ORDERBY列表中也不允许使用子查询、聚合和常量表达式。
technet.microsoft.com
3.
Next, several examples of FROM clause and select-list subqueries are presented.
接着,我们会给出一些关于FROM子句和select列表子查询的例子。
www.ibm.com
4.
Aggregate functions and subqueries are not permitted.
不允许聚合函数和子查询。
technet.microsoft.com
5.
This example uses two correlated subqueries to find the names of employees who have sold a particular product.
此示例使用两个相关子查询查找售出过某种特定产品的雇员的姓名。
technet.microsoft.com
6.
No columns, variables, or subqueries appear in the expression.
表达式中没有列、变量、或子查询。
msdn2.microsoft.com
7.
The rewrite phase is particularly important for queries that are very complex, such as queries with many subqueries or joins.
对于非常复杂的查询,例如带有很多子查询或连接的查询,重写阶段尤其重要。
www.ibm.com
8.
Perhaps the most important use for the IN keyword is in nested queries, also called subqueries.
或许IN关键字最重要的用法是用在嵌套查询(也称作子查询)中。
www.ianywhere.com
9.
The article also demonstrated how to modify a more complex database schema by using embedded subqueries.
本文还演示了如何通过使用嵌入式子查询来修改比较复杂的数据库模式。
www.ibm.com
10.
You can use the GROUP BY clause, subqueries, and joins in view definitions.
您可以在视图定义中使用GROUPBY子句、子查询和连接。
www.ianywhere.com
1.
We need to pay attention to correlated subqueries and try to avoid using them whenever possible.
我们需要注意相关子查询,并尽可能地避免使用它们。
www.ibm.com
2.
There are two types of subqueries, uncorrelated and correlated.
有两种类型的子查询:不相关的和相关的。
www.ibm.com
3.
We first replaced as many subqueries in the original query as we could and then used the UNION set operator instead of OR operator.
我们首先尽可能多地替换原始查询中的子查询,然后使用UNION集合运算符代替OR运算符。
www.ibm.com
4.
The problem is solved by using either CASE expressions or subqueries.
这个问题是通过使用CASE表达式或子查询来解决的。
www.ibm.com
5.
Specifies the provider supports subqueries as defined in the SQL-92 Entry Level.
指定提供程序像在SQL-92EntryLevel中定义的那样支持子查询。
technet.microsoft.com
6.
Note it is more complicated than once may think - multiple buffers of the same type might be allocated for example to handle subqueries.
注意,这里需要考虑的不只有一点—可能会分配多个同一种类型的缓存,例如用来处理子查询。
dictsearch.appspot.com
7.
Open SQL in ABAP 6. 1 supports joins among tables, subqueries, and most other SQL features of modern databases.
ABAP6.1中的OpenSQL支持表联结、子查询和现代数据库的大多数其他SQL特性。
www.ibm.com
8.
This is alleviated by aggressively rewriting subqueries as joins.
但是通过积极地将子查询重写成连接的形式,可以缓解这一问题。
www.ibm.com
9.
There are three basic types of subqueries.
有三种基本的子查询。
technet.microsoft.com
10.
For example, constants, literal values, functions, variables, subqueries, and column names are expressions.
例如,常量、文字值、函数、变量、子查询和列名称均为表达式。
technet.microsoft.com
1.
Next month, I'll discuss how to solve these problems by using a different approach that's based on correlated subqueries.
下个月,我将讨论如何通过使用一种不同的、基于相关子查询的方法来解决这些问题。
msdn2.microsoft.com
2.
For example, some subqueries may be converted into joins.
例如,可以将某些子查询转换为连接。
www.ianywhere.com
3.
IAnywhere. Com - Subqueries in search conditions
iAnywhere.com-搜索条件中的子查询
www.ianywhere.com
4.
For more information, see Inserting Rows by Using INSERT and SELECT Subqueries
有关详细信息,请参阅使用INSERT和SELECT子查询插入行
msdn2.microsoft.com
5.
The following restrictions now apply to the use of outer reference aggregate functions in subqueries
在子查询中使用外部引用集合函数时受到以下限制
www.ianywhere.com
6.
IAnywhere. Com - Subqueries in the HAVING clause
iAnywhere.com-HAVING子句中的子查询
www.ianywhere.com
7.
Expressions that match based on the results of subqueries
基于子查询结果进行匹配的表达式
office.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/1 3:23:09