view creation question

Поиск
Список
Период
Сортировка
От Larry White
Тема view creation question
Дата
Msg-id d15ea14a0603090755r4dca0501lce83709e4c437529@mail.gmail.com
обсуждение исходный текст
Ответы Re: view creation question  (Michael Fuhr <mike@fuhr.org>)
Re: view creation question  (Michael Glaesemann <grzm@myrealbox.com>)
Re: view creation question  (Richard Huxton <dev@archonet.com>)
Re: view creation question  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
I need a read only view that concatenates data from two tables. Basically both tables would need a simple query like

Select name, description, date from Tasks;

Select name, description, date from Issues;

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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Benchmark-Comparison PostGreSQL vs. SQL Server
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: view creation question