select max(oid) - Mailing list pgsql-general

From soundar rajan
Subject select max(oid)
Date
Msg-id 19991022194104.28103.rocketmail@web2102.mail.yahoo.com
Whole thread Raw
Responses Re: [GENERAL] select max(oid)
List pgsql-general
Hi all,

How do I

select max(oid) from table;

I'm able to to
select max(fieldname) from tablename;
but not max(oid).

Any help be appreciated.

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

pgsql-general by date:

Previous
From: Bob Kline
Date:
Subject: Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc
Next
From: Font
Date:
Subject: Generic ODBC and column alias questions