max(oid)

Поиск
Список
Период
Сортировка
От Marc Tardif
Тема max(oid)
Дата
Msg-id Pine.BSF.4.10.10001212308020.19731-100000@server.b0x.com
обсуждение исходный текст
Ответы Re: [GENERAL] max(oid)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Is there a way to use the max aggregate on an oid field? When I try on
6.5.3, I get the following error message:

test=> select max(uid) from user_base;
ERROR: Unable to select an aggregate function max(oid)

If there's any work-around, please let me know.
Marc


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

Предыдущее
От: Cory Kempf
Дата:
Сообщение: Re: trouble with the postmaster
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] max(oid)