Re: Sv: how to build this query ??? Please help !!!

Поиск
Список
Период
Сортировка
От Tod McQuillin
Тема Re: Sv: how to build this query ??? Please help !!!
Дата
Msg-id Pine.GSO.4.31.0101040151430.3519-100000@sysadmin
обсуждение исходный текст
Ответ на Re: Sv: how to build this query ??? Please help !!!  (Jens Hartwig <jhartwig@debis.com>)
Ответы Re: Sv: how to build this query ??? Please help !!!
Список pgsql-sql
On Thu, 4 Jan 2001, Jens Hartwig wrote:

> > SELECT a_nr,
> > (SELECT count(*) FROM cylinders WHERE z_a_nr = a_nr) AS #cylinder,
> > [...]
> > FROM orders
>
> Is this a documented feature? Where can I find more information about
> this?  I do not want to join the actual discussion about documentation
> of PostgreSQL but I never before have seen such a construct in SQL!

Subqueries are covered in Bruce Momjian's book:
http://www.postgresql.org/docs/aw_pgsql_book/node93.html

I don't think the PostgreSQL User's Manual mentions sub-selects.
-- 
Tod McQuillin




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

Предыдущее
От: Jens Hartwig
Дата:
Сообщение: Re: Sv: how to build this query ??? Please help !!!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Sv: how to build this query ??? Please help !!!