Re: getting value of just inserted rows

Поиск
Список
Период
Сортировка
От ."@babolo.ru
Тема Re: getting value of just inserted rows
Дата
Msg-id 200204240001.EAA18193@aaz.links.ru
обсуждение исходный текст
Ответ на Re: getting value of just inserted rows  (lexx_h@chat.ru)
Список pgsql-interfaces
> >> How can I get single field (attribute) value just inserted new row
> >> into the table  (by not using select query to find this row)?
> >> 
> >> (type of that field is serial),
Why not using select query?
Use oid from last install and select by oid is the best way IMHO

-- 
@BABOLO      http://links.ru/


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "."@babolo.ru
Дата:
Сообщение: Re: sqlbang
Следующее
От: "Marc Zandvliet"
Дата:
Сообщение: help with integrating liblpq program