RE: [INTERFACES] jdbc question

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: [INTERFACES] jdbc question
Дата
Msg-id 1B3D5E532D18D311861A00600865478C70C175@exchange1.nt.maidstone.gov.uk
обсуждение исходный текст
Список pgsql-interfaces
When you do a SERIAL, it actually creates a Sequence which you can then
get the current value using: select currval('sequence name');

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.



-----Original Message-----
From: Phillip Rhodes [mailto:rhodespc@bellatlantic.net]
Sent: Wednesday, January 05, 2000 3:40 PM
To: 'pgsql-interfaces@postgreSQL.org'
Subject: [INTERFACES] jdbc question


All,
I have a table with a column type of serial.
If I do an insert into this table, is there a way to find out this
column's value?

Thanks!
PHillip

************


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

Предыдущее
От: Gavrie Philipson
Дата:
Сообщение: [Fwd: Re: pgsql-interfaces-digest V1 #628]
Следующее
От: Richard
Дата:
Сообщение: Re: [INTERFACES] Bug in parser?