Re: view creation question - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: view creation question
Date
Msg-id A6404BA5-77E9-4960-AD0F-FDE1183B6104@myrealbox.com
Whole thread Raw
In response to view creation question  ("Larry White" <ljw1001@gmail.com>)
List pgsql-general
On Mar 10, 2006, at 0:55 , Larry White wrote:

> Is there some way to wrap these two independent queries in a
> "CREATE VIEW myview AS" statement?

CREATE VIEW myview AS
Select name, description, date from Tasks
UNION
Select name, description, date from Issues;

Michael Glaesemann
grzm myrealbox com




pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: view creation question
Next
From: Richard Huxton
Date:
Subject: Re: view creation question