在informatica中执行PostgreSQL函数
我正在使用 informatica desinger 和 postgres DB,并且我正在尝试执行我在 sql 中创建的 sql 函数。我尝试使用“sql 转换”连接它们,但出现以下错误:
“无效的函数参数”,但由于我使用常量,我确信我按照正确的顺序得到了它们(我在 postgres 中成功运行了该函数
) ?请...
I'm using informatica desinger and postgres DB and i'm trying to execute a sql function that i created in sql. I tried to connect them with "sql transform" but i get the following error:
"invalid function agruments", but since I use constants I'm positive that i got them on the right order (i ran the function successfully in postgres)
Help? please...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转换中传递的注释可能存在错误。您需要确保提到的函数名称拼写正确。
there could be the error with the comments passed in transformation. You need to make sure function name mentioned is correctly spelled.