不显示删除回复显示所有回复显示星级回复显示得分回复 急:关于bulk collect

hyzvin9999 2010-09-04 01:29:46
自定义类型: create or replace type arry_number as table of number(15);

以下是函数片段:

l_data arry_number := arry_number();

update t_config
set configvalue =1
where configtype = 2
returnning configid
bulk collect
into l_data --这里已经取到值了。。



open p_cursor for
select t.configid form t_config t where t.configid in (
select column_value
from TABLE ( cast ( l_data as arry_number) )
这一段代码不能获取到值,不知道是cast有问题,还是select语句有问题
);


说明:
语法没有问题。编译也通过了。现在的问题是最后那一段获取不到值,不知道是cast转换有问题,还是哪里有问题,有没有牛人帮忙解决以下问题。。。。。很急,在线等。
...全文
58 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

17,086

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧