Skip to content

Commit

Permalink
Update db-query-builder.md (other languages)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Oct 6, 2021
1 parent 239434f commit e4697ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide-fr/db-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $query->from(['u' => $subQuery]);

#### Préfixes
Un [[yii\db\Connection::$tablePrefix|préfixe de table]] peut aussi être appliqué. Les instructions de mise en œuvre sont données à la section
["Entourage des noms de table et de colonne par des marques de citation" du guide sur les objets d'accès aux bases de données" ](guide-db-dao.html#quoting-table-and-column-names).
["Entourage des noms de table et de colonne par des marques de citation" du guide sur les objets d'accès aux bases de données" ](db-dao.md#quoting-table-and-column-names).

### [[yii\db\Query::where()|where()]] <span id="where"></span>
La méthode [[yii\db\Query::where()|where()]] spécifie le fragment `WHERE`d'une requête SQL. Vous pouvez utiliser un des quatre formats suivants pour spécifier une condition `WHERE` :
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/db-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $query->from(['u' => $subQuery]);

#### プレフィックス
また、デフォルトの [[yii\db\Connection::$tablePrefix|tablePrefix]] を適用することも出来ます。
実装の仕方は ["データベース・アクセス・オブジェクト" ガイドの "テーブル名を引用符で囲む" のセクション](guide-db-dao.html#quoting-table-and-column-names) にあります。
実装の仕方は ["データベース・アクセス・オブジェクト" ガイドの "テーブル名を引用符で囲む" のセクション](db-dao.md#quoting-table-and-column-names) にあります。

### [[yii\db\Query::where()|where()]] <span id="where"></span>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/db-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $query->from(['u' => $subQuery]);
#### Префиксы

Также может применяться [[yii\db\Connection::$tablePrefix|tablePrefix]] по умолчанию. Подробное описание смотрите
в подразделе [«Экранирование имён таблиц и столбцов» раздела «Объекты доступа к данным (DAO)»](guide-db-dao.html#quoting-table-and-column-names).
в подразделе [«Экранирование имён таблиц и столбцов» раздела «Объекты доступа к данным (DAO)»](db-dao.md#quoting-table-and-column-names).

### [[yii\db\Query::where()|where()]] <span id="where"></span>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/db-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $query->from(['u' => $subQuery]);

#### 前缀
`from` 还可以应用默认的 [[yii\db\Connection::$tablePrefix|tablePrefix]] 前缀,实现细节请参考
[“数据库访问对象指南”的“Quoting Tables”章节](guide-db-dao.html#quoting-table-and-column-names).
[“数据库访问对象指南”的“Quoting Tables”章节](db-dao.md#quoting-table-and-column-names).

### [[yii\db\Query::where()|where()]] <span id="where"></span>

Expand Down

0 comments on commit e4697ca

Please sign in to comment.