Re: making two tables with identical schemas appear as - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: making two tables with identical schemas appear as
Date
Msg-id 20040820140820.GA5280@dcc.uchile.cl
Whole thread Raw
In response to Re: making two tables with identical schemas appear as  (John Sidney-Woollett <johnsw@wardbrook.com>)
List pgsql-general
On Fri, Aug 20, 2004 at 10:40:43AM +0100, John Sidney-Woollett wrote:
> Do you mean
>
> create view MyView as
> select * from table1
> union
> select * from table2;

Be sure to understand the difference between UNION and UNION ALL if you
are going to do this ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"No reniegues de lo que alguna vez creíste"


pgsql-general by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: need help with copy function
Next
From: Jerry LeVan
Date:
Subject: ANN:BiggerSQL-1.3.5 released. MultiMedia Aware