Ken Pawluk
Member
I'm new to Oracle and SQL so bear with me...
I have a function that uses 3 variables (string1, string2, integer1). I use this function in one portion of code using all 3 variables. Great. Now, what if I wanted to use it from somewhere else, but only give it 2 parameters and ignore the 3rd (string1, string2)? Is this possible? Or do I have to create a whole new oracledataset with these two variables, and a new function to go with it? Or do I have to change the SQL and variables through code?
thx
Ken
I have a function that uses 3 variables (string1, string2, integer1). I use this function in one portion of code using all 3 variables. Great. Now, what if I wanted to use it from somewhere else, but only give it 2 parameters and ignore the 3rd (string1, string2)? Is this possible? Or do I have to create a whole new oracledataset with these two variables, and a new function to go with it? Or do I have to change the SQL and variables through code?
thx
Ken