gpt4 book ai didi

mysql - 如果 null 在 spring 数据 jpa 查询中返回空白

转载 作者:行者123 更新时间:2023-11-30 21:26:52 24 4
gpt4 key购买 nike

我的存储库中有以下 @Query

@Query("select new Foo(id, code, coalesce(properties, '') as properties, env) "
+ "from Foo order by id desc")
public List<Foo> findAll();

null 时,我想为 properties 返回空白。但是当我运行该服务时,出现以下错误:

unexpected token: as near line 1, column 87

关于如何解决此错误的任何想法?提前致谢。

最佳答案

错误来自试图在构造函数表达式中声明别名。删除 as 属性

关于mysql - 如果 null 在 spring 数据 jpa 查询中返回空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58480882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com