返回数说广场 #每日打卡#
0
在 oracle apex中使用 in的时候出现了无法返回数据的问题。如下:
select id, name,age from user
where a.id in (select column_value from table(split(:item,':')))
提示:其中split 是一个分割函数,item 参数值为: 1:2:3:4:5
这样使用无法获取到值, 且sql非常非常慢
0
0 390
分享
评论
热门数说


