Re: DBCC CheckIdent in a stored proc?

From: Bhuvan A <bhuvansql(at)myrealbox(dot)com>
To: smoghe(at)autodesk(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: DBCC CheckIdent in a stored proc?
Date: 2003-01-23 10:17:16
Message-ID: Pine.LNX.4.44.0301231545550.2491-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I need to know the last id of the last record added to the table from an
> ASP page.

=> select field1 from my_table order by oid desc limit 1; -- will do that.

regards,
bhuvaneswaran

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-01-23 10:49:45 Re: To use a VIEW or not to use a View.....
Previous Message Bhuvan A 2003-01-23 10:14:55 Re: PostgreSQL + SSL