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 -> Re: More Newbie questions...

Re: More Newbie questions...

From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 18 Aug 2002 08:49:31 -0700
Message-ID: <1b061893.0208180749.6e2571d9@posting.google.com>


One more option you might want to explore is to create a view. It might also allow you to get rid of repetitive joins (create view my_view as select * from otheruser.a, otheruser.b where otheruser.a.col_id = otheruser.b.col_id).

Daniel Received on Sun Aug 18 2002 - 10:49:31 CDT

Original text of this message

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