Re: DBCC CheckIdent in a stored proc? - Mailing list pgsql-sql

From Bhuvan A
Subject Re: DBCC CheckIdent in a stored proc?
Date
Msg-id Pine.LNX.4.44.0301231545550.2491-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to DBCC CheckIdent in a stored proc?  (smoghe@autodesk.com)
List 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




pgsql-sql by date:

Previous
From: Bhuvan A
Date:
Subject: Re: PostgreSQL + SSL
Next
From: Tomasz Myrta
Date:
Subject: Re: To use a VIEW or not to use a View.....