nested subselects are allowed

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DBT
Тема nested subselects are allowed
Дата
Msg-id 219F68D65015D011A8E000006F8590C60F2526@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> > >         select *
> > >         from tabA
> > >         where col1 = (select col2
> > >                       from tabB
> > >                       where tabA.col3 = tabB.col4
> > >                       and exists (select *
> > >                                   from tabC
> > >                                   where tabB.colX = tabC.colX and
> > >                                         tabC.colY = tabA.col2)
> > >                      )

I checked this in Informix, it works.

Andreas

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

Предыдущее
От: "neil d. quiogue"
Дата:
Сообщение: libpq and db information
Следующее
От: "neil d. quiogue"
Дата:
Сообщение: Re: [QUESTIONS] libpq and db information