GBase 8a
适配迁移
文章

迁移函数报错:query statement with tables are not allowed in stored function

发表于2025-12-23 14:30:0644次浏览2个评论

1.如果迁移函数到8A ,报错:query statement with tables are not allowed in stored function

需要修改gc 和gn的参数: 

在gcluster和gnode的配置文件中开启这个参数:

_gbase_sp_function_support_table=1

修改完成,重启服务,再执行新建function  即可

评论

登录后才可以发表评论
用户头像
levvel发表于 5个月前
就是看看,顺便踩个脚印
用户头像
柒柒天晴发表于 2个月前
来了