ODI Interview Questions and Answers:
We can use SQL query to concatenate using || symbol for two variables.
select '#PROJ1.VAR1'||'#PROJ2.VAR2' from dual.
We can use SQL query to concatenate using || symbol for two variables.
select '#PROJ1.VAR1'||'#PROJ2.VAR2' from dual.
Comments
Post a Comment