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: multiple tables

Re: multiple tables

From: steph <stephan0h_at_yahoo.de>
Date: 2 Aug 2006 00:59:45 -0700
Message-ID: <1154505584.986196.72550@h48g2000cwc.googlegroups.com>

bob_at_coolgroups.com wrote:
> Anyone know how to put multiple tables in a single materialized view?

create materialized view myview as
select mytab1.mycol1,mytab2.mycol2
from mytab1,mytab2
where ...

is this the answer to your question?

br,
stephan Received on Wed Aug 02 2006 - 02:59:45 CDT

Original text of this message

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