GBase 8a
适配迁移
文章

设置 group_concat_max_len 参数后报错

发表于2023-04-23 16:24:28120次浏览0个评论

问题描述:

source table and destination table are not same

 

解决方案:

set global group_concat_max_len 之后不退出直接执行 sql,不同 gn 层取到的值不一样,导致创建临时表表结构不一致。修改全局配置项后需要退出当前会话,重连生效

评论已关闭