Re: sequential joins

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: sequential joins
Дата
Msg-id web-814403@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: sequential joins  (Oleg Lebedev <olebedev@waterford.org>)
Список pgsql-sql
Oleg,

> the sub-select statement I was using were not for filtering data (in
>  which
> case you can move filtering condition in ON part of the join), but
>  rather
> renaming the column 'username' with the name I need in the current
>  join
> statement. In this case, columns with new names ('artist',
>  'designer',
> 'programmer') would be appended to the overall query result and can
>  be
> selected by top-level select statement.
> This looks like a very clumsy way to do what I need.
> Any ideas?

No, now I'm confused.  Can you explain better what you are trying to
 achieve as a result?

-Josh




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

Предыдущее
От: Oleg Lebedev
Дата:
Сообщение: Re: sequential joins
Следующее
От: Oleg Lebedev
Дата:
Сообщение: Re: sequential joins