Re: Automatic index numbers

Поиск
Список
Период
Сортировка
От Kees Kuip
Тема Re: Automatic index numbers
Дата
Msg-id 392C2FB2.FBF1C325@technologist.com
обсуждение исходный текст
Ответ на Automatic index numbers  (Daniel Mendyke <daniel@clacknet.com>)
Список pgsql-sql
Daniel Mendyke wrote:
> 
> How can I automatically create a unique index
> number when I add new data to a table?
> 

Try 

CREATE TABLE test
(  id serial
)


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

Предыдущее
От: Thomas Holmgren
Дата:
Сообщение: Why is PostgreSQL 7.0 SQL semantics different from Oracle's?
Следующее
От: gomathi raju
Дата:
Сообщение: