I have access to an environment where I can run SELECT statements but cannot call functions. I know what all the code is inside the functions.
The functions are merely lookups (SELECTs and not INSERTs or UPDATEs)
Is there a way to simulate or declare the functions in a local context to get around this problem.?