Browse Source

Update db-query-builder.md (#18934)

* Update db-query-builder.md

Fixing 404 page on guide

* Update db-query-builder.md

removing html

Co-authored-by: Bizley <pawel@positive.codes>
tags/2.0.44
Chris Smith 3 years ago committed by GitHub
parent
commit
239434f395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/guide/db-query-builder.md

2
docs/guide/db-query-builder.md

@ -155,7 +155,7 @@ $query->from(['u' => $subQuery]);
#### Prefixes
Also a default [[yii\db\Connection::$tablePrefix|tablePrefix]] can be applied. Implementation instructions
are in the ["Quoting Tables" section of the "Database Access Objects" guide](guide-db-dao.html#quoting-table-and-column-names).
are in the ["Quoting Tables" section of the "Database Access Objects" guide](db-dao.md#quoting-table-and-column-names).
### [[yii\db\Query::where()|where()]] <span id="where"></span>

Loading…
Cancel
Save