Created 06-19-2018 01:36 AM
Hi Experts,
Can anyone please help me with below error?
I am writing a small code to understand how UDF works. The java code is as below:
Created 06-19-2018 02:31 AM
Hey @Abhijnan Kundu!
Did you tried to create like this?
CREATE TEMPORARY FUNCTION myupper as 'udf.myupper';
Hope this helps
Created 06-19-2018 02:31 AM
Hey @Abhijnan Kundu!
Did you tried to create like this?
CREATE TEMPORARY FUNCTION myupper as 'udf.myupper';
Hope this helps
Created 06-20-2018 01:05 AM
That worked! Thanks a lot Sir!
Created 06-20-2018 01:38 AM
You're welcome! 🙂