Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は同じように合計行数を取得したい
select count( ) from (select count( ) from tableA group by column1)
ネットで自分の問題を探していますが、解決策が見つかりません
プロジェクションを使用する:
criteria.setProjection(Projections.rowCount()).uniqueResult();