Skip to Content
0
Apr 22, 2016 at 02:41 PM

To get column name instead of value.

483 Views

Hi,

I need to return column name of the input parameter passed to a custom function. Is it possible ? The custom function will check for parameter value and based on some logic it should return the column name.

Query1 ----> custom_fn(Query1.column_name)

Inside function we will get the value usin $input_param. But how to get the actual column name passed as parameter?

Thx,