cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass parameter from hdb table function to another hdb table function

former_member717738
Participant
0 Kudos
207

Hello,

I'm trying pass parameter from one hdb table function to another like: It's returning me a syntax error. Could you please help me with this

 SELECT * FROM "TF_A"(PLACEHOLDER.”$$inputparamter$$” => inputvalue)
View Entire Topic
former_member717738
Participant
0 Kudos

It's working like this:

SELECT * FROM "TF_A"(:inputvalue)