Re: Converting query to view - duplicate fields - solved

Поиск
Список
Период
Сортировка
От Richard Grosse
Тема Re: Converting query to view - duplicate fields - solved
Дата
Msg-id 6.0.0.22.0.20040310224936.01ccda30@192.168.5.1
обсуждение исходный текст
Ответ на Re: Converting query to view - duplicate fields  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-sql
At 02:17 10/03/2004, you wrote:
>On Tue, 9 Mar 2004, Richard Grosse wrote:
>
> > Trying to convert the query below to a view. The problem is
> > despite it working as a query when trying to save it as a
> > view  the database returns the error that the field tablealias.cmpname
> > is duplicated. (Which it is and has to be)
>
>You're going to need to use column aliases to alias (for example)
>tbldeliver.cmpname, tblsender.cmpname, tblhaulier.cmpname to different
>aliases in the view, perhaps
>"tbldeliver.cmpname" "tblsender.cmpname" and "tblhaulier.cmpname"
>(note the double quotes).

Great just what I needed to know. Works fine now :-)

Thanks

Richard




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

Предыдущее
От: Daniel Henrique Alves Lima
Дата:
Сообщение: About pg_dump
Следующее
От: Enver ALTIN
Дата:
Сообщение: Re: randomized order in select?