Re: [GENERAL] Select MIN() & MAX()

Поиск
Список
Период
Сортировка
От Jeremiah Davis
Тема Re: [GENERAL] Select MIN() & MAX()
Дата
Msg-id Pine.3.89.9808121941.A15864-0100000@onramp.freeway.net
обсуждение исходный текст
Ответ на Select MIN() & MAX()  ("Krasnow, Greg" <gak@hnc.com>)
Список pgsql-general
I'm using this in a an application right now:
 $result = pg_Exec($conn, "SELECT MAX(pos) FROM demogallery;");

and its been working fine for about 2-3 months...


On Wed, 12 Aug 1998, Krasnow, Greg wrote:

> In the documentation it mentions that Postgresql does not currently support
> MIN() and MAX() in the select list, but only in the where clause... will
> this be available in the next version of Postgresql and is there another way
> to do this in the current version?
>
> - Greg
>
>
> Greg Krasnow
> HNC Software Inc.
> Financial Solutions Group
> Senior Software Engineer
> Email: gak@hnc.com
> Direct Phone: 619.799.8341
> Fax: 619.799.8036
>
>
>
>

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

Предыдущее
От: Terence Dixon
Дата:
Сообщение: unsubscribe pgsql-general
Следующее
От: Fran Fabrizio
Дата:
Сообщение: designating a column as primary key after creation