Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> no return rows

no return rows

From: daniellopez21 <daniellopez21_at_gmail.com>
Date: 6 Jul 2005 04:46:01 -0700
Message-ID: <1120650361.646800.201380@g14g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US