GBASE南大通用技术分享:GBase 8a MPP数据库用户自定义函数UDF报错处置办法
南大通用GBase 8a MPP数据库用户在创建UDF函数时爆错,提示函数中不允许有对表的查询:
query statement with tables are not allowed in stored function

原因分析:
版本更新,机制限制
解决办法:
在gcluster和gnode的配置文件中开启这个参数:
_gbase_sp_function_support_table=1
南大通用GBase 8a MPP数据库用户在创建UDF函数时爆错,提示函数中不允许有对表的查询:
query statement with tables are not allowed in stored function

原因分析:
版本更新,机制限制
解决办法:
在gcluster和gnode的配置文件中开启这个参数:
_gbase_sp_function_support_table=1