Download for Windows Premium
Publiciteit
left outer join

Vertaling van "left outer join" in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
左外部結合
左外部ジョイン
がいぶけつごう
外部結合
LEFT OUTER JOIN
This is a "left outer join".
これは左外部結合です。
This query is called a left outer join because the table mentioned on the left of the join operator will have each of its rows in the output at least once, whereas the table on the right will only have those rows output that match some row of the left table.
この問い合わせは左外部結合と呼ばれます。 結合演算子の左側に指定したテーブルの各行が最低でも一度出力され、一方で、右側のテーブルでは左側のテーブルの行に一致するもののみが出力されるからです。
For example, the following statement computes a left outer join.
たとえば、次の文は左外部ジョインを計算します。
Performs a left outer join between two plans.
2 つのプラン間で左外部ジョインを行います。
A left outer join preserves every row in the left-hand table, and a right outer join preserves every row in the right-hand table.
左外部ジョイン は左側のテーブルのローをすべて保護し、 右外部ジョイン は右側テーブルのローをすべて保護します。
A left outer join returns all of the rows in the table on the left side of the relationship and only those that match in the table on the right.
左外部結合では、リレーションシップの左側のテーブルからはすべての行が返され、右側のテーブルからは一致する行だけが返されます。
A left outer join preserves the rows in the table to the left of the join operator, and returns a null when a row in the right table does not satisfy the join condition.
左外部ジョインは JOIN 演算子の左側にあるテーブルのローを保護し、右側にあるテーブルのローがジョイン条件を満たさない場合には null を返します。
In a left outer join, the left-hand table expression is preserved and the right-hand table expression is null-supplying.
左外部ジョインでは、左側のテーブル式が保護テーブル式で、右側のテーブル式は NULL 入力テーブル式です。
This example is a left outer join. Rows from table A are included in the joined result even though no rows from table B match them. To create a full outer join in Oracle8i, you must use multiple SQL statements.
この例は左外部結合です。表Aの行は、一致する行が表Bになくても結合結果に含まれます。Oracle8iで完全外部結合を作成するには、複数のSQL文を使用する必要があります。
NUMBER( ) can be used in a view (subject to the above restrictions), but the view column corresponding to the expression involving NUMBER( ) can be referenced at most once in the query or outer view, and the view cannot participate as a NULL-supplying table in a left outer join or full outer join.
NUMBER( ) は、ビューで使用できますが (前述の制限を受ける)、NUMBER( ) を伴う式に対応したビューのカラムは、クエリまたは外部ビューで多くても一度しか参照できません。また、ビューは左外部ジョインまたは全外部ジョインの NULL 入力テーブルとして使用できません。
Use a LEFT JOIN operation to create a left outer join.
左外部結合を作成するには、LEFT JOIN 操作を使用します。
Change to Left Outer Join
左外部結合に変更
Left outer join returns records that have matching values in both tables in the specified row, as well as the records only exist in the table 1.
左外部結合は、両方のテーブルの指定した列の値が一致する結果と、 テーブル1 にしか存在しない結果を返します。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor left outer join in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
toolbox: container for storing hand tools
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 35. Exact: 35. Verstreken tijd: 26 ms.