select max(oid)

From: soundar rajan <psrajan(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: select max(oid)
Date: 1999-10-22 19:41:04
Message-ID: 19991022194104.28103.rocketmail@web2102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Font 1999-10-22 22:12:20 Generic ODBC and column alias questions
Previous Message Vince Vielhaber 1999-10-22 16:34:29 Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc