Talend-无法在 oracle 查询中使用上下文变量
Talend-Unable to use Context variable in oracle query
我在 Oracle 源查询中调用上下文变量时面临挑战
select branch_code 来自 sttms_branch 其中
country_code='"+context.con_contry_cd+"'
没有行是 fetching.But 如果我们硬编码而不是 context.con_contry_cd,那么它工作正常
我在 select 的开头尝试了双引号和所有可能的排列组合,但没有任何效果 out.But 上下文变量在 tmap stage.I 中工作正常 stage.I 我完全坚持这个 issue.Please 求助!
准确的代码必须是"select branch_code from sttms_branch where country_code='"+context.con_contry_cd+"'"
,否则会出现编译错误。
还要验证上下文变量的确切值(注意空格,这可能是问题的可能原因)。
希望对您有所帮助。
我在 Oracle 源查询中调用上下文变量时面临挑战
select branch_code 来自 sttms_branch 其中 country_code='"+context.con_contry_cd+"'
没有行是 fetching.But 如果我们硬编码而不是 context.con_contry_cd,那么它工作正常 我在 select 的开头尝试了双引号和所有可能的排列组合,但没有任何效果 out.But 上下文变量在 tmap stage.I 中工作正常 stage.I 我完全坚持这个 issue.Please 求助!
准确的代码必须是"select branch_code from sttms_branch where country_code='"+context.con_contry_cd+"'"
,否则会出现编译错误。
还要验证上下文变量的确切值(注意空格,这可能是问题的可能原因)。
希望对您有所帮助。