I have two functions with the same name in two separate modules, each declared public. I do not know how to reference either one in a sql statement. My statement is:
SELECT OW_Well_Master.WELL_UWI, testme([well_uwi]) AS Example_of_Call_Routine
FROM OW_Well_Master;
testme() is the function i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.