Mapping subquery and aggregate functions
映射子查询和聚合功能
Instead of using subquery, we join two tables directly.
我们直接将两个表连接在一起,而不再使用子查询。
Often a subquery can substitute a temporary table.
通常一个子查询可以代替一个临时表。
Subquery with more than one result column not valid.
说明:具有多个子查询结果列无效。
This statement is represented in the example as subquery S1.
这个语句在示例中表示为子查询s1。
There are not enough columns in the subquery select list.
子查询选择列表中没有足够的列。
There are not enough columns in the subquery select list.
选择包含键列的表,然后选择键列。
When this statement is executed, the subquery is evaluated first.
当这条语句执行的时候,子查询会先执行.
Is a in subquery matching multiple columns possible in JPQL?
是一个在子查询匹配多个列可能在JPQL ?
A subquery is executed by enclosing it in a set of parentheses.
子查询是被包含在一组圆括号里执行的。
A. a single row subquery can retrieve data from only one table.
单行子查询可以只从一个表中检索数据。
Each sggrep command can specify both the main query and a subquery.
每一个sggrep命令可以同时指定主查询和子查询。
The main query asks for; the subquery specifies properties of child.
主查询要求,子查询指定子元素的属性。
It's important to note that technically, this is not a join, but a subquery.
重要的是要注意在技术上这不是一个联接,而是一个子查询。
Assuming you are using ASE, your ORDER BY needs to go outside the subquery.
假设您使用的是电子,你ORDERBY需要到外面去的子查询。
Why is the result column of a subquery not using my alias as the column name?
为什么一个查询不使用我的别名为列名的结果列?
The result of that subquery then becomes a value in the WHERE clause expression
它的结果会成为where语句表达式中的一个值。
The result of the scalar subquery first needs to be transferred to the federated server.
首先需要将标量子查询的结果传送到联邦服务器。
Examples of operation merging include view merging and subquery-to-join transformation.
运算合并的例子包括视图合并和子查询-连接(subquery - to - join)转换。
The EXISTS condition is considered "to be met" if the subquery returns at least one row.
如果子查询中返回至少有一行,EXISTS条件才被认为是“符合条件”。
Better error message when using a subquery that contains a reference to non existing property.
当使用的子查询中包含一个不存在的属性时的更友好的错误信息。
In the example, this is represented by the outermost select statement, which USES S1 as a subquery.
在这个示例中,这由最外层的选择语句表示,这个语句将S1用作子查询。
The statement associated with the SHIP1 operator shows the scalar subquery being computed on Oracle.
与SHIP1操作符相关的语句表明该标量子查询在Oracle上计算。
You cannot define a foreign key constraint in a CREATE TABLE statement that contains an AS subquery clause.
你不能在CREATETABLE语句中包含AS子查询子句定义一个外键约束。
You can use a scalar subquery to select a specific value that will be used in the expression of the WHERE clause.
可以使用标量子查询选择将用于where子句的表达式中的特定值。
Two types of queries can be used in the WHERE clause of an UPDATE statement: a scalar subquery and a table subquery.
两种查询可以用于update语句的where子句中:标量子查询和表子查询。
To use a table subquery, you need to use an SQL operator to combine the embedded query with a Boolean expression.
要使用表子查询,需要使用SQL操作符将嵌入式查询与布尔表达式组合在一起。
The subquery in this statement is absurdly simple, and completely unnecessary, but it does serve to illustrate a point.
这个子查询非常简单,并且完全没有必要,但是它能说明一点。
The SHIP3 operator contains the statement that shows the result of the scalar subquery being bound in as a host variable.
SHIP3操作符包含一个语句,该语句表明标量子查询的结果放在一个主机变量中。
This implies that a subquery SELECT statement can stand alone, and it does not depend on the statement in which it is nested.
这说明子查询SELECT语句可以单独存在,并不依赖于主查询语句。
应用推荐