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 -> table from linked DB in from clause?

table from linked DB in from clause?

From: Glen A Stromquist <stromqgl_at_alpac.ca>
Date: Tue, 10 Apr 2001 20:46:42 GMT
Message-ID: <SiKA6.1659$Kd5.65095@news0.telusplanet.net>

Thought this would be simple...

I want to pull data from 2 tables in 2 linked db's, my query looks like this:

select a.filed1, b.field2
from table1 a, table2_at_db2 b,
where a.field = b.field

obviously I am approaching this wrong, whats the right way?

thanks in advance Received on Tue Apr 10 2001 - 15:46:42 CDT

Original text of this message

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