yes1819
5 years agoNew Contributor III
Add 2 parameters in WHERE CLAUSE in Oracle Select
Hi,
I’m trying to put 2 parameters in Where Clause in Oracle Select with “and”
Below is my pipeline parameters. I put some values between ’ ’ (I don’t have to put it)
Below is my pipeline and Mapper settings
Below is my Oracle Select settings
I created trigger task, but when I put BEC_NAME and Prodcut_segment with Bearer_token, I don’t see data
I think this is caused by my where clause in the Oracle Select. Can you please help me?
FYI, I was successful to pull only 1 parameter (BEC_NAME)
Thank you