subselects

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема subselects
Дата
Msg-id 199802261830.NAA15071@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
Now that we have subselects, I would like to mention that without
subselects, SQL is a very limited language.

With commercial Ingres, you could do aggregates with their own WHERE and
BY clauses for restriction and correlation, but SQL doesn't allow this.
Subselects are a major feature, and you should review your code for
places where subselects provide a better solution for your queries.  I
think you will find that there are more uses for subselects than you may
think.

Vadim has put us on the big SQL map with subselects, and fully
functional ones too.

I will post something like this with 6.3 is released.

[Let's see, how do I send this to the questions group too?  :-) ]

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Andrew Martin
Дата:
Сообщение: Re: [HACKERS] Snapshot 26Feb98 - another minor showstopper
Следующее
От: Cristian Gafton
Дата:
Сообщение: Re: Postgresql broken