maxcompute sql自定义函数执行报错correlated to columns out of function def is not allowed
暂无更多信息
正在加载, 请稍后...
暂无更多信息
提交了问题2022-12-19
maxcompute sql自定义函数执行报错correlated to columns out of function def is not allowed
回答了问题2022-12-19
maxcompute sql自定义函数执行报错correlated to columns out of function def is not allowed
我截图的那个就是script文件,我的函数直接传字符串进去可以直接运行 且不去区分时候脚本模式 例如:select ckpt_org_name('123456789','city'); 但是当引用表里面的字段的时候就会报错 例如:select ckpt_org_name(a.code,'city') from a_table a