java.sql.SQLSyntaxErrorException: GROUP BY を使用しない集計クエリでは、SELECT リストの式 #1 に集計されていない列 'lportal.this_.searchText' が含まれています。これは sql_mode=only_full_group_by と互換性がありません
written-by
Jorge García Jiménez
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
legacy-article
learn-legacy-article-disclaimer-text
問題
group by 句を使用する動的クエリがあります。 以下で実行すると、ログにエラーが表示されます。
error: Caused by: java.sql.SQLSyntaxErrorException:In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'lportal.this_.searchText'; this is incompatible with sql_mode=only_full_group_by