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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL - View with two tables?

Re: SQL - View with two tables?

From: osy45 <member18536_at_dbforums.com>
Date: Wed, 28 May 2003 07:21:05 +0000
Message-ID: <2929991.1054106465@dbforums.com>

create or replace view bla ( columnlist) AS select columnlist from table1
union
select coumnlist from table2

--
Posted via http://dbforums.com
Received on Wed May 28 2003 - 02:21:05 CDT

Original text of this message

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