GBase 8s
适配迁移
问答
存储过程--pivot--集合
GBase用户24232
发表于2024-11-26 08:40:45
54次浏览
1个评论
col是获取到的一个集合,这样写有什么问题吗,执行创建存储过程报的是语法错误
评论
登录
后才可以发表评论
liaosnet
发表于 1年前
你这里是报语法错误?看着不是吧。
in table(col) 改成 in col 就行。
最佳回答
点赞
回复
热门帖子
1
上车!GBase 8a开发者联盟发车了 技术福利、人脉资源全都有!
2025-12-01
浏览数:182763
2
GBase 8s GDCA 认证培训课前准备
2023-05-09
浏览数:25057
3
物化视图报错:references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
2025-12-30
浏览数:21436
4
01-GBase 8s 事务型数据库 安装与卸载
2023-09-25
浏览数:18525
5
[GBase 8s 教程]GBase 8s 常用函数、表达式
2020-05-11
浏览数:17528
in table(col) 改成 in col 就行。