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

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)

Accepted Solutions (1)

Accepted Solutions (1)

former_member717738
Participant
0 Kudos

It's working like this:

SELECT * FROM "TF_A"(:inputvalue)

Answers (1)

Answers (1)

former_member717738
Participant
0 Kudos

lars.breddemann