SUBQUERY Meaning in Japanese - translations and usage examples

Examples of using Subquery in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Use subquery in SOQL.
SOQLのサブクエリの使用。
Salesforce allows us to use subquery in SOQL.
SalesforceのSOQLではサブクエリの使用が可能です。
Eloquent Subquery Enhancements.
Eloquentサブクエリの向上。
Subquery returned more than 1 value.
Resumeは1つ以上の値を返します。
The final execution status of the subquery gets the P status.
サブクエリの最終実行ステータスはP状態となります。
This subquery refers to L1-table.
上記のサブクエリに使われているL1-table。
The$signs array contains information about the subquery type:.
Signs配列に、サブクエリの種別についての情報を含めます。
Each subquery in a set can be defined as required.
セット内の各サブクエリは、required(必須)か。
Prohibited means that documents matching this subquery.
Prohibitedは、このサブクエリにマッチするドキュメントはクエリにマッチしません。
The result of the subquery must be same type with the conditional expression.
サブクエリの結果は条件式で同じ型を持たなければなりません。
The execution status of the WHERE clause of the subquery is 'S'.
この場合にサブクエリのWHERE句の実行ステータスはS状態となります。
Eloquent subquery enhancements were implemented by Jonathan Reinink.
Eloquentサブクエリの向上は、JonathanReininkにより行われました。
Because of,when can not find Qh or Qt, the subquery result is NULL.
理由は、QhやQtが取得できない場合はサブクエリの結果がNULLとなるからです。
A Subquery is a query surrounded by parentheses such as"(hello dolly)".
サブクエリとは、括弧で囲まれたクエリ、たとえば"(hellodolly)"です。
Required means that documents not matching this subquery will not match.
Requiredは、このサブクエリにマッチしないドキュメントはクエリにマッチしません。
Retrieve the users phonenumber in a subquery and include it in the resultset of user information.
サブクエリでユーザーの電話番号を読み取りユーザー情報の結果セットに格納します。
A subquery can contain any of the keywords or clauses that an ordinary SELECT query can contain.
サブクエリは通常のSELECTクエリが含むことができる任意のキーワードもしくは句を含むことができます。
We're filling number column with value returned from subquery for row with the same id.
Numberというカラムを副問い合わせから戻った同じidの行の値で記入しています。
Subquery, which was MySQL's weak point, has under gone performance enhancements and execution speed has accelerated substantially.
MySQLの弱点とされていたサブクエリの性能が改善され、実行速度が大幅に高速化されました。
The NOT EXISTS operator returns TRUE if the subquery returns 0 rows and FALSE otherwise.
NOTEXISTS演算子はサブクエリが0を返す場合TRUEを返しそうでなければFALSEを返します。
Previously, a subquery used as a PSQL expression would return an exception, even though it was logically valid in SQL terms.
従来は、PSQL式として使われるサブクエリは、SQLの項としてロジカルに有効な場合でも、例外を返していました。
The EXISTS operator returns TRUE if the subquery returns one or more rows and FALSE otherwise.
EXISTS演算子はサブクエリが1つもしくは複数の列を返す場合はTRUEを返しそうでなければFALSEを返します。
The limit-subquery-algorithm needs to execute to subquery separately in MySQL, since MySQL doesn't yet support LIMIT clause in subqueries.
Limit-subquery-algorithmはmysqlで個別にサブクエリを実行する必要があります。まだmysqlがサブクエリでLIMIT句をサポートしていないからです。
In this example, the FROM and WHERE clause andthe TARGETLIST are in the L status. Because the subquery is in the P status, the query itself is in the S status.
この例では、FROM句はL状態、TARGETLISTもL状態、WHERE句はP状態のサブクエリを持っているためS状態となります。
When to find descendant nodes, subquery finds the end of node in subtree. At that time, the index is used for the search speed.
子孫ノード検索の際、サブクエリ内で「部分木の末尾ノード」を取得していますが、その検索速度のために使われます。
An ALL conditional expression returns true if the comparison operation is true for all values in the result of the subquery or the result of the subquery is empty.
サブクエリの結果のすべての値に対して比較演算子がtrueである場合もしくはサブクエリの結果が空の場合、ALLの条件式はtrueを返します。
In addition, we can use new subquery features added to the query builder's orderBy function to sort all destinations based on when the last flight arrived at that destination.
さらに、クエリビルダのorderBy関数も新しいサブクエリ機能ををサポートしています。この機能を使い、ラストフライトが目的地へいつ到着するかに基づいて全目的地をソートしてみましょう。
Oracle only allows< 30 object identifiers(= table/column names/aliases),hence the limit subquery must use as short aliases as possible and it must avoid alias collisions with the main query.
Oracleは<30個未満のオブジェクト識別子のみを許可します(=テーブル/カラム名前/エイリアス)、limitサブクエリは可能な限りショートエイリアスを使いメインクエリでエイリアスの衝突を回避しなければなりません。
Using the subquery functionality available to the select and addSelect methods, we can select all of the destinations and the name of the flight that most recently arrived at that destination using a single query:.
SelectとaddSelectで利用できるサブクエリの機能を使えば全destinationsと、一番早く目的地へ到着するのフライト名を1回のクエリで取得できます。
An ANY conditional expression is false if the result of the subquery is empty or if the comparison operation is false for every value in the result of the subquery, and is unknown if neither true nor false.
サブクエリの結果が空の場合もしくはサブクエリの結果のすべての値に対して比較式がfalseの場合、ANY条件式はfalseで、trueでもfalseでもなければunknownです。
Results: 35, Time: 0.0221

Top dictionary queries

English - Japanese