Re: DBCC CheckIdent in a stored proc?

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: DBCC CheckIdent in a stored proc?
Дата
Msg-id Pine.LNX.4.44.0301231545550.2491-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на DBCC CheckIdent in a stored proc?  (smoghe@autodesk.com)
Список 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 по дате отправления:

Предыдущее
От: Bhuvan A
Дата:
Сообщение: Re: PostgreSQL + SSL
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: To use a VIEW or not to use a View.....