stacyandrews
Programmer
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 am trying to call. the modules are called MOD1 and MOD2.
Any help would be greatly appreaciated.
Stacy Andrews
SELECT OW_Well_Master.WELL_UWI, testme([well_uwi]) AS Example_of_Call_Routine
FROM OW_Well_Master;
testme() is the function i am trying to call. the modules are called MOD1 and MOD2.
Any help would be greatly appreaciated.
Stacy Andrews