Solved
Forum Discussion
bmoturu
6 years agoNew Contributor
Hi, Try using eval function.
GV2019
6 years agoNew Contributor II
eval did not work for me
I solved it by adding a mapper in front of oracle-execute and mapped parameters to mapper output and used the mapper output in the sql and it worked
My new select statement is
“select * from obia1." + $tableName + " partition (” + $partName + “) where rownum < 11”
$tableName and $partName are outputs from mapper
Related Content
- 3 years ago
- 8 years ago