I know nothing. I am trying to change an existing report. The earlier version used a function in a package in an SQL Query. For example:
SELECT A.FOO, DB.PKG.TO_STR(A.ID) AS NUM
FROM DB.TBL A
WHERE FOO >= :p_start
AND FOO <= :p_end
ORDER BY FOO
Now, I want to replace the function in the...
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.