Re: Fill multiple fields through one INNER JOIN

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: Fill multiple fields through one INNER JOIN
Дата
Msg-id b35603930702060946y6478d3f0n1188d3fe8fdfc16e@mail.gmail.com
обсуждение исходный текст
Ответ на Fill multiple fields through one INNER JOIN  ("Peter Dawn" <petedawn@gmail.com>)
Ответы Re: Fill multiple fields through one INNER JOIN  ("Duncan Garland" <duncan.garland@ntlworld.com>)
Список pgsql-novice
On 1/29/07, Peter Dawn <petedawn@gmail.com> wrote:
> guys,
>
> i have a table which contains 5 fields, of these 2 fields need to be
> filled in through an inner join from one same table.
>
> now i have managed to fill in one field using the inner join method.
> but the second field also is exactly the same and needs to be filled
> in from the same table, the only difference is the field name is
> different and obviously the content of these two fields is also
> different (but its still coming from the same other table).
>
> so i guess my question is how do i populate two fields using an inner
> join (both these fields contain different data but from the same
> table). i hope i have been able to explain myself.
Personally I always find example data helpful to try and
understand what people want to achieve ....



Cheers,
Andrej

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

Предыдущее
От: chrisj
Дата:
Сообщение: Re: is there more documentation?
Следующее
От: "Duncan Garland"
Дата:
Сообщение: Re: Fill multiple fields through one INNER JOIN