Duplicate Fields + Views Questions - Mailing list pgsql-sql

From Dylan Lorimer
Subject Duplicate Fields + Views Questions
Date
Msg-id 3ddac38d0611031607w5564c44dk8e0c0a6cd5fdf0c@mail.gmail.com
Whole thread Raw
Responses Re: Duplicate Fields + Views Questions
List pgsql-sql
Hi,<br /><br />I've got 2 views - each with identical column names. I want to create an aggregate view of both tables
asa new view. But when I try to do this I understandably get errors on duplicate fields.<br /><br />As an example: <br
/><br/>CREATE VIEW gnis_view AS SELECT * FROM gnis_international_view, gnis_usa_view;<br />ERROR:  column "the_geom"
duplicated<br/>ERROR:  column "the_geom" duplicated<br /><br />Any ideas on how I can achieve what I am seeking? <br
/>Cheers,<br/>dylan<br /> 

pgsql-sql by date:

Previous
From: "Dylan Lorimer"
Date:
Subject: Long SQL Update Question
Next
From: Richard Broersma Jr
Date:
Subject: Re: Duplicate Fields + Views Questions