摘要:
解决方案一:使用函数ANY_VALUE()包含报错字段 SELECT ANY_VALUE(ID),USER_ID,ANY_VALUE(problems),ANY_VALUE(last_updated_date) FROM t_iov_help_feedback GROUP BY USER_ID; 解 阅读全文
摘要:
但当执行时发现 type 属性也被更新了,且为 int 默认值 0。 一顿百度,什么也没查到之后发现 需要设置 实体类 user 的 type 为 Integer,因为 int 不能为 null,而 Integer 可以。 https://blog.csdn.net/weixin_46376562/ 阅读全文