Hi there, thanks for your answer.
The Database is Oracle.
Yes in toad the sql statement executes:
SELECT
M.NIS_RAD,
M.SEC_NIS,
M.NUM_ACU,
M.F_ACU,
(SELECT DESC_EST
FROM ESTADOS
WHERE ESTADO = M.EST_ACU) AS ESTADO_ACORDO,
M.F_RENOV,
M.CANT_CUOTAS,
(SELECT NVL(SUM(IMP_CUOTA),0)...
Hi there guys, I'm having a problem it seems that I have a problem with and DW SQL.
The same SQL query works flawless on toad returning 2900 lines, but when executed in PB it returns an error:
"SELECT ERROR:" with an ok button.
I have tried regenerate the DW, also tried rebuild it, I have...
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.