【 使用环境 】测试环境,oralce库脚本迁移到Oceanbase-oracle模式库中
【 OB】
【 使用版本 】V3.2.4
【问题描述】在ODC工具里,SQL窗口依次执行:
–1、执行过程,往临时表插入数据
call P_F_HLD(‘2024-01-01’,‘2024-12-27’,‘7971cde2a8a474812fe9c63b’,‘1’,‘1,2,3,4,5’,’’,’’)
–2、临时表查询有数
select * from TEMP_PROFIT
–3、有结果
select f_risk_zhfa(‘2024-01-01’, ‘2024-12-27’, ‘7971cde2a8a474812fe9c63b’)
from dual
–4、无结果
select f_risk_zhfa(‘2024-01-01’, ‘2024-12-27’,‘7971cde2a8a474812fe9c63b’)
from fof_info d
where d.vc_pa_fundcode = ‘7971cde2a8a474812fe9c63b’
–5、无结果
select f_risk_zhfa(‘2024-01-01’, ‘2024-12-27’,d.vc_pa_fundcode)
from fof_info d
where d.vc_pa_fundcode = ‘7971cde2a8a474812fe9c63b’
4 5 写法方式都查询不到结果