Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Query Help, please?
Hi James.
I'm not sure if i understood you're problem. It seems to me that you want the following:
select table_a.*, table_b.ProtParmAlphaValue from table_a, table_b where table_b.prot_id (+) = table_a.prot_id and table_b.DictTableCode (+) = 1010;
HTH Angelito.
James Petts wrote:
>
> I have two tables (call them Table_A and Table_B for originality :-)
> Table_A is the parent, and Table_B the child. Table_B has a foreign
> key column ProtId referencing ProtId in Table_A.
>
Received on Fri Oct 23 1998 - 08:35:12 CDT