国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

subquery

subquery

 英

  • 網(wǎng)絡(luò)子查詢;活用子查詢;千變?nèi)f化的子查詢

例句

Within the body of a subquery, it is often necessary to refer to the value of a column in the active row of the main query.

查詢正文通常需要引用查詢活動(dòng)

A reference to columns or expressions in the main table(s) is called an outer reference and the subquery is said to be correlated.

對(duì)表達(dá)引用稱作外部引用并且這種查詢相關(guān)

The EXISTS condition is TRUE if the subquery result contains at least one row, and FALSE if the subquery result does not contain any rows.

如果查詢結(jié)果至少包含一行EXISTS條件TRUE如果查詢結(jié)果一行包含條件FALSE

Multiple references to such columns in a subquery do not cause the functions to be evaluated multiple times.

查詢對(duì)這些多次引用不會(huì)使這些函數(shù)計(jì)算多次

Number of optimizations for a query that contains at least one subquery.

包含至少個(gè)查詢查詢優(yōu)化數(shù)

Two types of queries can be used in the WHERE clause of an UPDATE statement: a scalar subquery and a table subquery.

查詢可以用于UPDATE語(yǔ)句WHERE子句標(biāo)量子查詢查詢

The result of the scalar subquery first needs to be transferred to the federated server.

首先需要標(biāo)量子查詢結(jié)果傳送聯(lián)邦服務(wù)器

The IN operator is one of four SQL operators that you can use with a table subquery.

IN操作符可以用于查詢個(gè)SQL操作符之一

If the subquery (which must have one column) returns one row, then the value of that row is compared to the expression.

如果查詢必須含有返回一行表達(dá)式進(jìn)行比較

Casts may be required if the columns of the initial subquery do not have the same domains as those of the recursive subquery.

如果初始查詢遞歸查詢具有不同可能需要進(jìn)行轉(zhuǎn)換

Any null values returned by subquery or expression that are compared to test_expression using IN or NOT IN return UNKNOWN.

subqueryexpression使用INNOTINtest_expression比較返回所有返回UNKNOWN

Is a constant, function, any combination of column names, constants, and functions connected by an operator or operators, or a subquery.

常量函數(shù)以及一個(gè)多個(gè)運(yùn)算符連接常量函數(shù)任意組合或者查詢

A subquery that references one or more columns from its containing SQL statement is called a correlated subquery.

如果一個(gè)查詢引用包含查詢語(yǔ)句一個(gè)多個(gè)字段查詢稱為相關(guān)性子查詢

The SHIP3 operator contains the statement that shows the result of the scalar subquery being bound in as a host variable.

SHIP3操作符包含一個(gè)語(yǔ)句語(yǔ)句表明標(biāo)量子查詢結(jié)果一個(gè)主機(jī)變量

The query above contains a correlated subquery, since the main query and the subquery are relaying on the same table, the employees table.

以上查詢包含個(gè)相關(guān)查詢因?yàn)?/c>查詢查詢依靠同一個(gè)employees

The last section also describes the ALL, EXISTS, and SOME or ANY predicates, which can be used to express conditions on subquery results.

最后節(jié)描述ALLEXISTSSOMEANY謂詞這些謂詞用于表達(dá)查詢結(jié)果條件

The main query does not contain a GROUP BY clause, and is not an aggregate query, or the subquery returns exactly one value.

查詢包含GROUPBY子句并且不是匯總查詢或者查詢恰好返回一個(gè)

The number of times the subquery and its function is executed can vary with different access paths chosen by the optimizer.

查詢及其函數(shù)執(zhí)行次數(shù)會(huì)優(yōu)化器選擇訪問路徑不同

The first is the unnesting of the subquery into a join between the employee and sales_order tables.

第一個(gè)優(yōu)化解除職員sales_order之間連接查詢

This extension, specifying a join, can be used instead of a subquery in the WHERE clause to identify rows to be removed.

這個(gè)擴(kuò)展指定聯(lián)接WHERE子句取代查詢標(biāo)識(shí)刪除

The expression can be a constant or a column name, and the list can be a set of constants or, more commonly, a subquery.

表達(dá)式可以一個(gè)常量一個(gè)列表可以常量通常個(gè)查詢

The database server automatically attempts to convert the values returned by the recursive subquery to match those of the initial query.

數(shù)據(jù)庫(kù)服務(wù)器會(huì)自動(dòng)嘗試轉(zhuǎn)換遞歸查詢返回以便初始查詢那些匹配

In this case, error 1242 means that the query execution failed because there was a problem in a subquery.

這里錯(cuò)誤1242表示查詢操作失敗由于查詢問題

The previous subquery in this statement cannot be evaluated independently of the outer query.

語(yǔ)句前面查詢無(wú)法獨(dú)立外部查詢進(jìn)行計(jì)算

Used with a subquery to test for the existence of rows returned by the subquery.

查詢一起使用用于測(cè)試是否存在查詢返回

The only change we made here was to get rid of the subquery in the original qeury.

這里我們惟一更改就是去掉原始查詢查詢

Specifies the name of the table, view, user-defined function, or subquery for the associated data column.

指定視圖用戶定義函數(shù)關(guān)聯(lián)數(shù)據(jù)查詢名稱

EXISTS Use EXISTS in a WHERE clause to indicate that a subquery should return at least one row.

EXISTSWHERE子句使用EXISTS可以指示查詢至少應(yīng)該返回一行

The SELECT subquery in the INSERT statement can be used to add values into a table from one or more other tables or views.

INSERT語(yǔ)句SELECT查詢用于一個(gè)多個(gè)視圖添加另一個(gè)

Thus, a subquery can be thought of as a temporary table with statement scope.

因此一個(gè)查詢可以認(rèn)為語(yǔ)句范圍內(nèi)臨時(shí)內(nèi)聯(lián)視圖)。

Specifies the conditions for the rows returned in the result set for a SELECT statement, query expression, or subquery.

指定SELECT語(yǔ)句查詢表達(dá)查詢結(jié)果集中返回條件

Explicit casts may also be required when the initial subquery selects values from different columns than the recursive subquery.

當(dāng)初始查詢遞歸查詢不同列中選擇時(shí)可能需要進(jìn)行轉(zhuǎn)換

ALL Use ALL in a WHERE clause to retrieve rows that satisfy the condition when compared to every row returned by the subquery.

ALLWHERE子句使用ALL可以檢索查詢返回每個(gè)進(jìn)行比較時(shí)滿足條件

A subquery can appear anywhere an expression can be used, if it returns a single value.

任何可以使用表達(dá)式地方可以使用查詢只要返回單個(gè)

The expression in the following table is one example of a calculated field that results from a subquery.

表達(dá)式便是使用查詢生成計(jì)算字段一個(gè)示例

If your application requires a row filter to use a subsquery, ensure that the subquery only references lookup data that does not change.

如果應(yīng)用程序要求篩選器使用查詢請(qǐng)確保查詢引用發(fā)生更改查找數(shù)據(jù)

The expression cannot be a subquery or include an alias data type.

表達(dá)式不能查詢不能包含別名數(shù)據(jù)類型

You do not have to try this approach with queries that contain the IN subquery clause.

對(duì)包含IN查詢子句查詢不必使用方法

The subscription_list column is used for log scanning and the subquery is used for extraction and synchronization.

subscription_list用于日志掃描查詢用于抽取同步

The subquery in this statement is absurdly simple, and completely unnecessary, but it does serve to illustrate a point.

這個(gè)查詢非常簡(jiǎn)單并且完全沒有必要但是說明一點(diǎn)