Skip to content

Commit

Permalink
Indicated that SELECT queries are assembled using the select function
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Nov 22, 2023
1 parent ab5b2f0 commit 458750f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/Reference/Query/QueryDsl/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >

## Overview {#overview}

SELECT queries are constructed by calling `from` or `with` in `QueryDsl`.
SELECT queries are constructed by calling `from`, `with`, or `select` on `QueryDsl`.

The following query corresponds to SQL that retrieves all records from the `ADDRESS` table.

Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/Reference/Query/QueryDsl/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 検索のためのクエリ

## 概要 {#overview}

SELECTクエリは`QueryDsl``from`または`with`を呼び出して構築します。
SELECTクエリは`QueryDsl``from``with`または`select`を呼び出して構築します。

次のクエリは`ADDRESS`テーブルを全件取得するSQLに対応します。

Expand Down

0 comments on commit 458750f

Please sign in to comment.