criteria apiの改ページについて #744
Unanswered
xweiqingfei1
asked this question in
Q&A
Replies: 1 comment 3 replies
-
どのようなSQL文を発行したいのか例示してもらうことはできますか? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
criteria apiは先に改ページして、更に他のテーブルをjoinすることができないですか?
下記仕様があります。
table_a:table_b=1:Nの関係であります。
table_aに対して、1ページ100件で取得しますが、table_bの情報も必要があります。
先にtable_aにtable_bをjoinして更にlimitすると、結局table_bの100件を取りました。
Beta Was this translation helpful? Give feedback.
All reactions