| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> no return rows
Why the select, no return rows??
SELECT a.myfield
FROM table1 a,
table2 b,
table3 c,
table4 d
WHERE c.cod_abonado = a.cod_abonado
and b.cod_cuenta = a.cod_cuenta
and d.cod_cuenta(+)= a.cod_cuenta_padre
and b.cod_cuenta(+)= a.cod_cuenta_paga;
and b.cod_pagador(+)= a.cod_pagador
¿for the joins? Received on Wed Jul 06 2005 - 06:46:01 CDT
![]() |
![]() |