Hi Friends,
I have Created User Function and I am using that function in my Stored Procedure, but when I am calling function with parameters,
it is showing error that
"feature not supported: field or table alias is not allowed as an input of table functions: line 197 col 48 (at pos 8792) at ptime/query/checker/check_call.cc:674 ",
I understood that I cant pass Table field in the Function, but I want to pass Table Field, it is Requirement in my Stored Procedure.
can anyone please tell me how to pass table fields in Function.
Thanks,