-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用达梦数据库存储过程报错,提示Sql执行失败 #1950
Comments
收录 ws |
create or replace procedure jmtest1(XM in DATE, outds out sys_refcursor) is |
现在只是写了一个很简单的测试demo来说明问题,真实业务有很多表关联,而后将数据塞进游标进行返回,并不是简单的查询而已,之所以用存储过程就是为了后期维护方便。 |
我知道是demo,就是你用这种写法dm数据库能查询出来数据吗,通过CALL jmtest1(2023-12-09,?),因为oracle数据库通过CALL能查询出来,复杂写法暂不支持 |
归集到 #138 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
1.5.9
问题描述:
调用存储过程,入参为日期类型Date,出参为游标sys_refcursor,执行报错
错误日志&截图:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: