Re: Question reagarding serial type.

Поиск
Список
Период
Сортировка
От Ed Loehr
Тема Re: Question reagarding serial type.
Дата
Msg-id 39479D33.E47C435@austin.rr.com
обсуждение исходный текст
Ответ на Question reagarding serial type.  ("Mirko Geffken" <mgeffken@corcoranweb.com>)
Список pgsql-general
Mirko Geffken wrote:
>
> create table xyz
> (
>   id    serial PRIMARY KEY,
>   uvw   varchar2(100)
> );
>
> I would like to get the id returned when I insert into this table.

http://www.postgresql.org/docs/faq-english.html#4.16.2

Regards,
Ed Loehr

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

Предыдущее
От: Ron Peterson
Дата:
Сообщение: Re: Performance of PostgreSQL vs. Other DBs
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: Timestamp and compatiblity with MySQL