Hello,
I Created a UserDefined Table Valued Function in HANA.
I need to call it in Select Statement Statement.
For Example
Select Func(col1) as test,col2 from tablename;
While using UserDefined Table Valued Function in above select statement
I am getting following error
cannot use procedure or table function in select projection
Please help me