在 TimesTen 数据库查询中调用用户定义的 PLSQL 函数
如何在 TimesTen 数据库的查询中调用 PLSQL 函数。当我打电话时,它给出了这样的错误
2818:未知函数 GET_COSTPRICE。如果这是一个 PLSQL 函数,请注意 SQL 语句尚不支持此类函数。
命令失败。
How to call PLSQL functions inside the query of TimesTen database. When I am calling, it is giving such error
2818: Unknown function GET_COSTPRICE. If this is a PLSQL function note that such functions are not yet supported in SQL statements.
The command failed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TimesTen 刚刚告诉你这是不可能的:
TimesTen just told you that's not possible:
您只能在 pl/sql 块内调用 PLSQL
You can call PLSQL only inside pl/sql blocks