We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a92f7 commit 4c83d59Copy full SHA for 4c83d59
docs/sources/query/select.rst
@@ -285,6 +285,8 @@ Iterableを使ったIN句へのマッピング
285
| Mssql2008Dialect | offsetを指定する場合、ORDER BY句を持ちORDER BY句で指定する |
286
| | カラムすべてをSELECT句に含んでいる |
287
+------------------+---------------------------------------------------------------+
288
+| MssqlDialect | offsetを指定する場合、ORDER BY句を持つ必要があります |
289
++------------------+---------------------------------------------------------------+
290
| StandardDialect | ORDER BY句を持ちORDER BY句で指定する |
291
292
@@ -441,4 +443,3 @@ SQL のログ出力形式
441
443
List<Employee> selectById(Integer id);
442
444
445
``SqlLogType.RAW`` はバインドパラメータ(?)付きの SQL をログ出力することを表します。
-
0 commit comments