Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 5115

Function with dynamic input parameters in HANA

$
0
0

Hi,

 

I need to create a function in SAP HANA in which I have to pass a column of a table as input.

It is something like:

 

update table_A set

column_A = column_B * function_name(column_C, column_D);

 

I have tried but I can only pass static parameter as input to that function.

 

I there any way by which I can pass dynamic inputs to a function.

 

 

Thanks & Regards

Divyank Mehta


Viewing all articles
Browse latest Browse all 5115

Trending Articles