parameter value as a filter
Answered
Hello,
I have a function in the Oracle DB that take two parameters, the para2 is a date type, and need to be modified by the user
function(para1, para2)
the sql is like the following.
SELECT
funcationA(f.RSN, argAsOfDate => TO_DATE('2020-01-01','yyyy-mm-dd')) colA,
f.Type
FROM Folder f
Is there a way to achieve that using the parameter of the function as a filter?
Thanks
Hi Heng,
Thanks for reaching out. In YF You can create views against stored procedures -
You can define a parameter in the view builder -
I think this is the general functionality you're looking for here?
Thanks,
Eric
Hi Heng,
Thanks for reaching out. In YF You can create views against stored procedures -
You can define a parameter in the view builder -
I think this is the general functionality you're looking for here?
Thanks,
Eric
Hi Heng,
Just wanted to check in to see if you had a chance to review my reply at this time.
Thanks,
Eric
Hi Heng,
Just wanted to check in to see if you had a chance to review my reply at this time.
Thanks,
Eric
Hi Heng,
Glad to hear this solution is working for you , I'll go ahead and mark this question as Answered at this time. Feel welcome to reach out in the future.
Thanks,
Eric
Hi Heng,
Glad to hear this solution is working for you , I'll go ahead and mark this question as Answered at this time. Feel welcome to reach out in the future.
Thanks,
Eric
Replies have been locked on this page!